345,105 questions

Sort by: Updated
0 answers

Execution Plan Parallel Deadlock Issue Persisting in SQL Server 2022

Hi Msft team! I hope this message finds you well. I am writing to report a persistent issue with execution plan parallel deadlocks that still exists in SQL Server 2022. Despite updates and patches, this bug appears to remain unresolved, and I have been…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,806 questions
asked 2024-05-10T15:07:55.6733333+00:00
勇桦 林 0 Reputation points
0 answers

Why do I need Global Secure Access client when I'm already using a CAP to only allow sign-ins to 365 from azure-joined PCs OR network locations already?

https://learn.microsoft.com/en-us/entra/global-secure-access/how-to-get-started-with-global-secure-access https://learn.microsoft.com/en-us/entra/global-secure-access/how-to-compliant-network#enable-global-secure-access-signaling-for-conditional-access I'…

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.
3,870 questions
asked 2024-05-10T15:06:55.1666667+00:00
iconoclast88 61 Reputation points
1 answer

Exchange OnPrem 2019 not sending auto reply for Message Size Exceed

Sending email form my Yahoo and Gmail and it goes through our Spam Filter, but Exchange gives it a ROUTING FAIL event as the message size of 20MB exceeds the users limits. The problem is , I dont get a reply from my exchange to my Yahoo or Gmail that…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,096 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,367 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
397 questions
asked 2024-05-10T13:25:12.28+00:00
Wes K 0 Reputation points
answered 2024-05-10T15:05:59.0933333+00:00
Andy David - MVP 142.3K Reputation points MVP
1 answer

Unauthorized error when logging in with IdentityModel.OidcClient in MAUI

I am responsible for the development of a cross-platform application that must log in with OpenID. This application is developed in Xamarin.Forms, but I have to migrate it to MAUI. To log into the application I use the IdentityModel.OidcClient library.…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,414 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,922 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,304 questions
asked 2024-05-09T07:10:13.6466667+00:00
Jalza 736 Reputation points
commented 2024-05-10T15:02:27.53+00:00
Jalza 736 Reputation points
1 answer

How to install SQL Server but got an error message

I'm trying to install SQL server but I am getting an error message that SQL server cannot be found and I should try install again, may I get help with the error?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,806 questions
asked 2023-10-10T16:35:07.17+00:00
Naomi 0 Reputation points
commented 2024-05-10T15:01:14.61+00:00
Taiob Ali 101 Reputation points MVP
0 answers

Two SQL Managed Instances in separate virtual networks, two VPNs needed - how to make 1 VPN sufficient for connecting to both SQL Managed Instances' local endpoints?

Hello, We have two SQL Managed Instances (MI-1 and MI-2) in two virtual networks (vNet-1 and vNet-2) in separate regions. Global virtual network peering is configured between two virtual networks. SQL Managed Instances are joined into Failover Group.…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,393 questions
asked 2024-05-09T17:19:26.13+00:00
Aleksey Vitsko 0 Reputation points
commented 2024-05-10T15:00:43.0133333+00:00
Aleksey Vitsko 0 Reputation points
0 answers

How to have two microsoft accounts co-exist on Mac?

I have a Microsoft account through my college, and my job recently switched over to have us sign in through a microsoft backed account. Now, on safari, I cannot access them both without clearing cookies every single time. This is a large issue, as I use…

Office Mac
Office Mac
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Mac: A family of Apple personal computers that run the macOS operating system.
463 questions
asked 2024-05-10T15:00:26.42+00:00
Olivia Lockrow 0 Reputation points
1 answer

How to register Windows Server license key to new install of Windows Server on the same device?

Hello, I'm attempting to reactivate a license for a Windows Server 2022 onto a new install of Windows Server 2022 on the same device. I had already unlicensed the key on the original Windows Server, but when trying to reactive on the new install, it…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,204 questions
asked 2024-05-08T17:08:57.9833333+00:00
Ethan Davani 100 Reputation points
commented 2024-05-10T14:59:21.0266667+00:00
Darrell Gorter 1,301 Reputation points
0 answers

How to restore (not recently closed) tabs ?

I have opened %localappdata%\Microsoft\Edge\User Data\Default and I think I found the tabs I am looking for. Then, I tried to open [lsauer.net] but it doesn't. Does this work for others ? If not, is there an alternative ?

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,151 questions
asked 2024-05-10T14:58:40.7733333+00:00
Sara Jimenez 0 Reputation points
2 answers One of the answers was accepted by the question author.

Select Delete commands

Hello, I've been given this samples for insert into and update: Using command As New OleDbCommand("INSERT INTO Table (Column1) VALUES (?)", connection) command.Parameters.AddWithValue("@param1", field1) …

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,304 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,580 questions
asked 2024-05-02T14:23:13.35+00:00
StewartBW 325 Reputation points
accepted 2024-05-10T14:56:15.34+00:00
StewartBW 325 Reputation points
0 answers

MAUI Android App fails to load the API calls in RELEASE mode

I have a MAUI project that functions well on both Android and iOS platforms. The project involves consuming API calls using a DLL called TRIMModel.dll to make GET/POST requests. While the app operates smoothly in iOS for both debug and release modes, I'm…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,922 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,126 questions
Microsoft Intune Android
Microsoft Intune Android
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Android: An open-source mobile platform based on the Linux kernel, developed by Google, and maintained by the Open Handset Alliance.
239 questions
asked 2024-05-10T14:55:51.3866667+00:00
Dharunkumar A 0 Reputation points
1 answer

Cannot access a specific website from any of my Azure VM's

Hi(Based in UK), I have a client who cannot access a specific website from their AVD. I connected to the DC in the same Azure tenant and get the same 403 forbidden error. So it looks like its the entire Azure environment. The url in question is…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,189 questions
asked 2024-05-07T16:54:01.11+00:00
Zenzero Admin 0 Reputation points
edited the question 2024-05-10T14:55:38.3166667+00:00
KapilAnanth-MSFT 35,591 Reputation points Microsoft Employee
1 answer

clean up account

hi. can i delete i delete resources that are listed as "storage account' without causing any issues with resources listed as "virtual machines" my virtual machines where not configured to manually access and resources other than what they…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,721 questions
asked 2024-05-08T17:30:28.6266667+00:00
Omn 0 Reputation points
commented 2024-05-10T14:55:08.0133333+00:00
Amrinder Singh 2,515 Reputation points Microsoft Employee
0 answers

I tried debugging .NET application but getting SSL CERT warning. How do I fix it?

I tried debugging .NET application in MS VS 2022, but getting SSL CERT warning. Should I install the certificate? Is it mandatory?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,414 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
946 questions
asked 2024-05-10T14:53:45.1666667+00:00
Rishitha 0 Reputation points
0 answers

[Resolved] Does this documentation imply that the Application Gateway and API Management Gateway URL share the same hostname?

[sorry I figured out the issue but no idea how to delete this]

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,782 questions
asked 2024-05-09T01:33:52.6733333+00:00
Jeff Wang 0 Reputation points
edited the question 2024-05-10T14:53:05.1366667+00:00
KapilAnanth-MSFT 35,591 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

"This e-mail message cannot be delivered to Bob because the email address is no longer valid."

Accidentally deleted a user in Entra - then restored the user. All mailboxes and attributes seem to be successfully restored. Still get the no longer valid message when entering in a new email - but it does go through and is received by user. An external…

Microsoft Exchange Online
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,911 questions
asked 2024-05-09T17:21:38.37+00:00
Mark Zanders 0 Reputation points
accepted 2024-05-10T14:52:39.24+00:00
Mark Zanders 0 Reputation points
0 answers

Why does my transparent-background window turn into black screen after window ghosting?

I have a pop-up window that acts as a watermark on my application over a parent window. It has a transparent background (WS_EX_TRANSPARENT), but when the application becomes non-responsive, Windows adds a ghost window with a black background. I tried…

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,794 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,429 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,543 questions
asked 2024-05-10T14:33:43.0133333+00:00
Aditya Pingle 0 Reputation points
commented 2024-05-10T14:52:22.16+00:00
Aditya Pingle 0 Reputation points
0 answers

usage of, Create SAS URI by path (V2) , in the Logic App, to connect to the Blob Storage

Hi, I have a logic app where I want to get files from Blob storage Container. On the Azure Blob Storage there is no IP restrictions. I am trying to make use of action Create SAS URI by path (V2) to connect with the storage from the Logic App. A…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,449 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
967 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,871 questions
asked 2024-05-10T14:51:47.91+00:00
Sohaib Cheema 0 Reputation points MVP
0 answers

All workflows within logic app (standard) deleted.

I have a standard logic app containing many workflow. I enabled the network restriction on associated storage account and added vnet. I added the vnet integration on the logic app as well. After this when I checked, I am not able to see any of my…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,871 questions
asked 2024-05-09T15:29:26.1633333+00:00
Vishwakarma, Anandavardhan 0 Reputation points
edited the question 2024-05-10T14:51:35.27+00:00
KapilAnanth-MSFT 35,591 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

PUA Protection

I'm working to understand a few Secure Score Recommendations, and one recommendation that I have a few questions about is the "Turn on PUA protection in block mode" action. I understand that by turning this on in an enterprise environment will…

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,400 questions
asked 2024-01-10T21:04:41.1133333+00:00
Alyse Hart 20 Reputation points
commented 2024-05-10T14:49:49.8766667+00:00
Lee Seeman 16 Reputation points