345,183 questions

Sort by: Updated
1 answer

Exception problem

Hi, I've got issue due to this line below. reader = cmd.ExecuteReader(); Can it be owing to no record returned?

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,808 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,306 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,558 questions
asked 2024-05-10T08:22:21.91+00:00
Peter_1985 2,526 Reputation points
answered 2024-05-10T21:41:52.05+00:00
Erland Sommarskog 101.8K Reputation points MVP
0 answers

How to access Planner using my Office365 Business Standard subscription

I get the following error message when I attempt to use my login credentials to launch Planner: Selected user account does not exist in tenant 'Microsoft Services' and cannot access the application '09abbdfd-ed23-44ee-a2d9-a627aa1c90f3' in that tenant.…

Windows 365 Business
asked 2024-05-10T21:41:17.2233333+00:00
Crystal Liles 0 Reputation points
1 answer

Virtual Machine Windows Server 2019 Licensing / SQL Server Licensing

Greetings, I am trying to build a new infrastructure with 3 VMs for Application Server, SQL Server and a Test-Dev Server. In many discussions with different providers I did not get the answers that I really need. These 3 VMs must be licensed with Windows…

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,808 questions
asked 2024-05-10T10:57:46.0566667+00:00
Dimitris Roubos 0 Reputation points
answered 2024-05-10T21:38:46.2233333+00:00
Erland Sommarskog 101.8K Reputation points MVP
0 answers

Error encountered while storing reference data snapshot into the storage account

Error encountered while storing reference data snapshot into the storage account

Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
331 questions
asked 2024-05-09T12:13:14.1633333+00:00
Kelele G Berhe 0 Reputation points
commented 2024-05-10T21:38:07.18+00:00
Kelele G Berhe 0 Reputation points
0 answers

Persistent Error 80090034 "Cannot be Encrypted" in Company Portal and Azure VPN Sign-In

Hello, I'm facing a persistent issue with the error code 80090034 "Cannot be encrypted" across multiple devices when trying to sign into the Microsoft Company Portal or Azure VPN. This error seems related to the Trusted Platform Module (TPM)…

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,872 questions
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,394 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.
975 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,663 questions
asked 2024-05-10T21:35:38.9333333+00:00
Alper Takcı 0 Reputation points
1 answer

How to troubleshoot 'Bad Request' error when using 'startswith' to filter groups in Microsoft Graph API?

I'm using the following endpoint to query the Microsoft Graph API, tracking changes by delta and filter groups by displayName using…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,663 questions
asked 2024-05-10T18:40:00.9666667+00:00
Sameh Tawfik (MiddleEast) 0 Reputation points
answered 2024-05-10T21:35:32.5066667+00:00
Hitesh Pachipulusu - MSFT 80 Reputation points Microsoft Vendor
1 answer

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.
975 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,872 questions
asked 2024-05-10T14:51:47.91+00:00
Sohaib Cheema 0 Reputation points MVP
answered 2024-05-10T21:34:36.2266667+00:00
LeelaRajeshSayana-MSFT 13,546 Reputation points
3 answers One of the answers was accepted by the question author.

Define Thread

Hello, In this code: Dim ThreadBlah As New Thread(AddressOf BlahThread) vs Dim ThreadBlah As New Thread(New ParameterizedThreadStart(AddressOf BlahThread)) ThreadBlah.Start Private Sub BlahThread(ByVal InParam As Object) ... End Sub I can define…

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,306 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-10T15:08:53.2166667+00:00
StewartBW 325 Reputation points
commented 2024-05-10T21:29:00.1533333+00:00
StewartBW 325 Reputation points
0 answers

How do I fix Azure Trusted Service Account error while signing certificate

I'm getting this error when trying to use SignTool to sign my msix file. I've verified I have Trusted Signing Certificate Profile Signer role assigned in Azure. I also verified the publisher name of the AppxManifest.xml in the msix matches my certificate…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
975 questions
asked 2024-05-10T21:25:09.3733333+00:00
Eric Vogt 0 Reputation points
1 answer

query taking long time to match

Hi Team, how to split the query to check data missmatch fint.eabl column if there multiple left joint and taking time to match it query attachedcheck.txt

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,808 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,558 questions
asked 2024-05-10T13:40:44.6133333+00:00
Vineet S 165 Reputation points
commented 2024-05-10T21:23:31.0033333+00:00
Erland Sommarskog 101.8K Reputation points MVP
0 answers

TENANT LOCKOUT (URGENT) / Faulty Conditional Access Policy

Hello, Due to a faulty Conditional Access policy, not all of our admin users can access our tenant. We need to remove one of our global admin users from the exclude this policy. The case has been escalated to higher authorities but still no progress has…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,663 questions
asked 2024-05-10T21:19:05.4766667+00:00
Ali-ms 0 Reputation points
commented 2024-05-10T21:22:36.92+00:00
Ali-ms 0 Reputation points
0 answers

How to fix issue in prepapred statement on jdbc driver 12.6.1 jre11

Recently we have upgrade the SQL JDBC driver from version 4 to version 12.6.2 jre11 as we upgraded to 2022 SQL server. After changing the driver we are facing issue in prepared statement. The same code with 12.6.2 jre8 and java8 returning results . But…

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,808 questions
asked 2024-05-10T13:49:21.6766667+00:00
Dhamodharan M 0 Reputation points
commented 2024-05-10T21:18:21.9166667+00:00
Erland Sommarskog 101.8K Reputation points MVP
1 answer

Create policy option is not enabled

subscribed microsoft entra identity goverance and linked it with azure subsciption also added proper roles but still the create policy option is not enabled.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,663 questions
asked 2024-05-10T07:33:02.2833333+00:00
Jeetendra Sharma 0 Reputation points
answered 2024-05-10T21:17:42.8933333+00:00
Marilee Turscak-MSFT 34,306 Reputation points Microsoft Employee
2 answers

Regarding Compliance of SQL Developer

SQL Developer right now can be consider as free if not used as production environment. But there still something missing information, consider i read the EULA for how SQLDev work. (…

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,808 questions
asked 2024-05-10T14:30:25.82+00:00
Yozuke Hizawa 21 Reputation points
answered 2024-05-10T21:16:26.2366667+00:00
Erland Sommarskog 101.8K Reputation points MVP
1 answer

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,808 questions
asked 2024-05-10T15:07:55.6733333+00:00
Steven Lam 0 Reputation points
answered 2024-05-10T21:14:37.6866667+00:00
Erland Sommarskog 101.8K Reputation points MVP
3 answers

Authenticator is requiring authenticator?

So I got a new phone & had to redownload the authenticator for work. And I’m trying to log into my work email on the authenticator app it’s telling me “use authenticator and enter the code to log in”. LIKE IM ON AUTHENTICATOR trying to set it up now,…

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,573 questions
asked 2022-01-16T19:54:40.097+00:00
Briskis 16 Reputation points
commented 2024-05-10T21:13:31.5+00:00
Zyxian 21 Reputation points
1 answer

SQL Server restrictions for support system centre

I am trying to confirm if I can run a SQL Server cluster (AG) to support System Centre. I understand the database must be Standard Edition and dedicated to System Centre. That's clear. What's not clear is can I run a cluster or must it be s single…

Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
841 questions
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,808 questions
asked 2024-05-10T20:15:25.35+00:00
Gagné, Christopher (DBA) 0 Reputation points
answered 2024-05-10T21:06:32.8433333+00:00
Erland Sommarskog 101.8K Reputation points MVP
1 answer

Two Security groups created in AD but not appearing through search

Hello everyone, Created 2 security groups recently in AD , I can see the 2 security groups when I go to the OU where they are created but not appearing in search in AD Any help is greatly appreciated......

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,931 questions
asked 2024-05-10T20:55:50.7533333+00:00
Techshan 216 Reputation points
answered 2024-05-10T21:05:28.32+00:00
Marcin Policht 12,165 Reputation points MVP
0 answers

Use of Front Door with Azure B2C

Hi! I am working in a proyect where we are using Azure B2C and the client doesn't want to show the domain "b2clogin.com" on the url. So I see there are an option called Azure Front Door where you can customize domain My question is... when…

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
587 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,663 questions
asked 2024-05-09T13:41:06.8833333+00:00
Alejandro Miranda 0 Reputation points
commented 2024-05-10T21:03:11.32+00:00
ChaitanyaNaykodi-MSFT 23,106 Reputation points Microsoft Employee
1 answer

How do I upload a PDF file to AZURE AI to summarize?

How do I upload a PDF file to AZURE AI to summarize?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,196 questions
asked 2024-05-10T17:37:34.5233333+00:00
Efren Sandoval 0 Reputation points
answered 2024-05-10T21:03:04.8066667+00:00
Marcin Policht 12,165 Reputation points MVP