297,364 questions

Sort by: Updated
1 answer

Limit the rows in Access table

Hello Is it possible to limit the number of rows in each Access mdb database table? Will need to apply the limitation via VB.NET OLEDB and using Access database engine. Thanks.

Access
Access
A family of Microsoft relational database management systems designed for ease of use.
320 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,623 questions
Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
842 questions
asked 2024-06-13T15:00:50.7033333+00:00
StewartBW 585 Reputation points
answered 2024-06-13T16:20:35.2+00:00
Tom van Stiphout 1,701 Reputation points MVP
3 answers

why can not connect to ios Simulator?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,045 questions
asked 2024-06-12T03:35:06.8366667+00:00
mc 3,866 Reputation points
commented 2024-06-13T16:17:27.58+00:00
Bruce (SqlWork.com) 59,021 Reputation points
1 answer

authenticator: New phone with no access to broken old phone.

My old phone broke and is inaccessible. My authenticator app on the new phone has none of the accounts that were linked on the old phone. When I try to add my accounts back to my authenticator app, the system tells me to verify the sign in with the…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,810 questions
asked 2024-06-13T16:11:14.17+00:00
James Rice 0 Reputation points
answered 2024-06-13T16:17:18.6566667+00:00
Miguel Gonçalves 436 Reputation points
1 answer

Azure Synapse fails to load Lake Databases (500 error)

When loading a Synapse workspace, it sits at "loading resources" for awhile and eventually errors with a 500 for lake databases. The error is not particularly helpful. Any ideas on how I could potentially determine if it's a single data lake…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,547 questions
asked 2024-06-11T20:11:33.8566667+00:00
Timothy Dufrane 0 Reputation points
edited an answer 2024-06-13T16:16:27.7166667+00:00
Harishga 4,875 Reputation points Microsoft Vendor
2 answers

How to call another view from one view in MVC?

In my main MVC project (Proj1) form's menu (Shared_Menu,cshtml), I've added a new menu item to open up a view from another project (proj2) that has been added to the solution. How do I call the proj2's view when the menu item in proj1 is clicked?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,281 questions
asked 2024-06-10T06:12:45.8866667+00:00
Malam Malam 161 Reputation points
commented 2024-06-13T16:13:41.2966667+00:00
Malam Malam 161 Reputation points
2 answers

Management groups - Azure Cost Analysis Based on Scope Configuration

In Azure Cost Analysis, when viewing AccumulatedCosts with the scope set to a subscription, all date range filters, such as "Last three months," are accessible. However, when the scope is switched to a management group, only "Last seven…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,203 questions
asked 2024-06-13T16:07:55.69+00:00
Ortega, Ivan 0 Reputation points
answered 2024-06-13T16:12:18.0433333+00:00
Miguel Gonçalves 436 Reputation points
1 answer

How do I log in to microsoft authenticator if app ask me to enter the code from microsoft authenticator

I am not able to login to microsoft authenticator as it keeps assking about the code from microsoft authenticator.

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,810 questions
asked 2024-06-13T15:51:37.5633333+00:00
Plawszewski, Daniel 0 Reputation points
commented 2024-06-13T16:09:09.4466667+00:00
Plawszewski, Daniel 0 Reputation points
1 answer

Copy List Of String to another List Of String

Hello I need to know the difference between the 3 paths to my goal: Dim MyList as New List(Of String) MyList.Add(str1) ... and so on ... Dim NewList As New List(Of String) Now I have 3 ways: 1 NewList.AddRange(ResumeFailed) 2…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,623 questions
asked 2024-06-13T14:51:58.8366667+00:00
StewartBW 585 Reputation points
edited an answer 2024-06-13T16:09:09.2933333+00:00
KOZ6.0 5,630 Reputation points
2 answers

Vmss lack of IP Issue

We have some vmss in a subnet but due to lack of IP address in subnet. We are planning to create new subnet. Here which is better option to increase existing subnet or create new subnet. If create new subnet then how does vmss which was part of old…

Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
357 questions
asked 2024-06-12T19:12:48.63+00:00
Shailesh Ganesh Shripati 110 Reputation points
edited an answer 2024-06-13T16:07:43.7833333+00:00
Miguel Gonçalves 436 Reputation points
1 answer One of the answers was accepted by the question author.

Unexpected truncation error when inserting from UTF8 to non-UTF8 collation

I believe I am hitting a bug with moving data from a UTF8 to a non-UTF8 collations in SQL Server 2022 CU13 (running under Linux but assuming for now this issue is not related). The issue is that MSSQL appears to be determining the width of a string for…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,051 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,575 questions
asked 2024-06-11T00:42:42.9533333+00:00
Ben 0 Reputation points
accepted 2024-06-13T16:06:38.0733333+00:00
Ben 0 Reputation points
2 answers

How to restart the service when time is reach only once a day

Hi, in continue to https://learn.microsoft.com/en-us/answers/questions/1663229/service-monitor how to restart the service when time is reach only once a day ? protected override async Task ExecuteAsync(CancellationToken stoppingToken) { while…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,521 questions
asked 2024-06-06T10:23:27.6266667+00:00
Dani_S 3,066 Reputation points
edited a comment 2024-06-13T15:54:19.86+00:00
Bruce (SqlWork.com) 59,021 Reputation points
1 answer

Receiving error message locating server

one main PC uses SAGE 50 and we had issues with that system. Since that has been up and running our other computers are not able to access TBW work stations. We get the following error messeage SQL Network interfaces Error locating server We have…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,051 questions
asked 2024-06-08T19:13:59.6933333+00:00
Ruby Moshenko 0 Reputation points
commented 2024-06-13T15:53:50.23+00:00
Ruby Moshenko 0 Reputation points
1 answer

Unable to create an org-wide template in Teams Approval

I am an admin in M365 and I am trying to create an org wide form but I am getting an error saying "Your account is not enabled to create an org-wide template" Please contact your admin to add you into "Approvals App admin team". I am…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,360 questions
asked 2024-02-09T23:28:29.6866667+00:00
Raymond De Leon 0 Reputation points
commented 2024-06-13T15:52:01.33+00:00
Nate Arnold 0 Reputation points
4 answers One of the answers was accepted by the question author.

Optional Features Missing Win10, 11

Hi, Is there any change from the Microsoft side for adding optional Windows 10 and 11 features like ADS Tools through the APPs container instead of using PowerShell? It seems missing now. Thanks.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,932 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,603 questions
asked 2024-01-03T10:14:49.94+00:00
create share 646 Reputation points
commented 2024-06-13T15:49:50.4833333+00:00
Graciano Leitão 0 Reputation points
2 answers

Parallel copy of files on multiple servers

I want to copy all the files in a folder called test from ServerA to multiple Servers. I am using command like below, however it is not copying the files: Executing the below script from ServerA $serverlist = New-PSSession -ComputerName ( Get-Content…

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,216 questions
asked 2024-06-13T12:30:07.6566667+00:00
Sam White 6 Reputation points
answered 2024-06-13T15:49:00.3566667+00:00
Olaf Helper 42,381 Reputation points
2 answers

What is wrong with January Windows Cumulative Updates for Windows 11 22H2 and 23H2 are not working?

What is wrong with January Windows Cumulative Updates for Windows 11 22H2 and 23H2 are not working? What must Microsoft recommend to fix this issue on most of our company's Windows 11 machines? Why did Microsoft release updates that caused headaches in…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,920 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,603 questions
asked 2024-02-01T18:14:01.84+00:00
JSPilaps 0 Reputation points
commented 2024-06-13T15:46:40.2733333+00:00
Moore, Matthew 0 Reputation points
2 answers

Microsoft Teams call queue not visible for some users

Currently having an issue where certain call queues can be searched for by some users but not by others. User A types in "Location Queue" and it shows up. User B types in "Location Queue" and nothing shows up. As far as I know there…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,360 questions
asked 2023-05-10T23:12:00.22+00:00
Christian Pereira 10 Reputation points
commented 2024-06-13T15:41:46.7766667+00:00
Melissa Labra 0 Reputation points
1 answer

How can we export M365 groups usage, creation date and when the group was last time used by its owners and members usage date along with both types of groups with Teams and without Teams via PowerShell or any other way ?

How can we export M365 groups usage, creation date and when the group was last time used by its owners and members usage date along with both types of groups with Teams and without Teams via PowerShell or any other way ?

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,078 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,078 questions
asked 2024-06-12T13:18:41.88+00:00
Mytoast Admin 185 Reputation points
answered 2024-06-13T15:41:19.1333333+00:00
Miguel Gonçalves 436 Reputation points
1 answer

Deleting and Removing computer object synched hybrid from Entra ID /Azure AD ?

I use Hybrid Azure AD / Entra ID and Intune to deploy and manage the AD computer objects that are joined to OnPremise AD DS. May I know the potential side effects of deleting the device using the below code? Remove-MgDevice -DeviceId Is there any way…

Microsoft Intune Security
Microsoft Intune Security
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
364 questions
Microsoft Intune Enrollment
Microsoft Intune Enrollment
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Enrollment: The process of requesting, receiving, and installing a certificate.
1,282 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,570 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,078 questions
asked 2024-06-13T07:00:43.1366667+00:00
EnterpriseArchitect 4,916 Reputation points
answered 2024-06-13T15:41:08.6566667+00:00
Raja Pothuraju 300 Reputation points Microsoft Vendor
2 answers

Configure a board according to a query in Azure Devops

I am trying to configure boards in Azure DevOps so that a team can create a ticket on their board and have it also appear on another team's board when it has the correct tag. I thought of creating a query in the board settings, but I can't find anything…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,953 questions
asked 2024-06-12T18:45:38.4566667+00:00
DUJARDIN.SAPIENS, Valentin 0 Reputation points
answered 2024-06-13T15:35:56.7833333+00:00
Miguel Gonçalves 436 Reputation points