5,413 questions with Azure SQL Database tags

Sort by: Updated
1 answer

SqlPackage 15.0.4897.1, started failing with an error related to deployment plan generation

Why are my database update tasks failing with an error related to the 'SqlIndex' class and its 'Online' property when using SqlPackage version 15.0.4897.1, and how can I resolve this issue? PS - Based on common issues that we have seen from customers and…

Azure SQL Database
asked 2024-07-19T17:34:13.52+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
answered 2024-07-19T17:36:59.13+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
1 answer

Query on Metrics, Blocked by Firewall, Deadlocks and Failed connection

We are having few queries on the below metrics . 1)Blocked by Firewall How to get the IP address and the request details which is blocked by the firewall 2)Deadlocks How to get the deadlocks details 3)Failed connections How to get the failed connection…

Azure SQL Database
asked 2024-07-19T16:56:28.36+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
edited an answer 2024-07-19T17:02:18.09+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
1 answer

Why am I experiencing connectivity issues with my Azure SQL Database, including pre-login handshake errors and semaphore timeout period expired errors, and how can I resolve this?

Why am I experiencing connectivity issues with my Azure SQL Database, including pre-login handshake errors and semaphore timeout period expired errors, and how can I resolve this? PS - Based on common issues that we have seen from customers and other…

Azure SQL Database
asked 2024-07-19T16:22:24.0666667+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
answered 2024-07-19T16:24:14.86+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
1 answer

How can I diagnose and resolve memory-related slowness issues in my Azure SQL Elastic Pool databases?

Our resources are experiencing memory-related problems, either within the Elastic pool or at the database level. I am aware that we have the Memory Percent Instance Metric available at both levels, as well as the 'sys.dm_os_out_of_memory_events'…

Azure SQL Database
asked 2024-07-18T22:06:20.3566667+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
edited the question 2024-07-19T16:19:27.9833333+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
1 answer

Roles in SQL Database

Regarding the Roles in SQL Database. We want to grant a user a role that allows the following actions: 1.Access to all schemas within the database 2.Ability to create views on specific schemas 3.Ability to grant SELECT permissions on created views to…

Azure SQL Database
asked 2024-07-18T16:11:35.95+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
edited the question 2024-07-19T16:18:18.92+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
1 answer

"We're sorry. The lab environment needed to complete the exercises in this unit is temporarily unavailable." for training "Optimize query performance in Azure SQL"

Hi Microsoft Q&A. I get this error message for all 3 exercises included in the training mentioned in the title: https://learn.microsoft.com/en-us/training/modules/explore-query-performance-optimization/8-exercise-identify-resolve-blocking-issues …

Azure SQL Database
Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,294 questions
asked 2024-07-10T13:24:55.47+00:00
YL 5 Reputation points
commented 2024-07-19T14:12:13.91+00:00
YL 5 Reputation points
2 answers

How to assign SPN access to a Azure SQL Database using T-SQL

I already have a SPN and I want to give it access to Azure SQL Database using T-SQL. How to do this.

Azure SQL Database
asked 2024-07-16T16:19:26.9433333+00:00
Ayush Shrivastava 0 Reputation points
commented 2024-07-19T12:04:14.1766667+00:00
Ayush Shrivastava 0 Reputation points
0 answers

Customer Best Practices Assessment: exclude checks/false positives

Is there any way to customize the BPA in Azure ARC for SQL to exclude certain checks or to flag issues as false positives? I've got certain issues being flagged by the BPA however these can't be resolved as the application accessing the database requires…

Azure SQL Database
Azure Arc
Azure Arc
A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
383 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.
13,324 questions
asked 2024-07-19T09:42:13.16+00:00
Berend Broekhoff 0 Reputation points Microsoft Employee
commented 2024-07-19T11:24:16.1466667+00:00
ShaktiSingh-MSFT 14,381 Reputation points Microsoft Employee
2 answers

Facing issues to connect with synapse workspace/azure sql db via oauth

I want to connect to and access my Synapse Workspace and SQL Pool using OAuth. For this purpose, I have created an app in Azure and assigned the following API permissions: Microsoft Graph: Directory.Read.All (Delegated) Directory.ReadWrite.All…

Azure SQL Database
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,671 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.
13,324 questions
asked 2024-07-15T05:04:01.89+00:00
SUBHAM KUMAR 0 Reputation points
commented 2024-07-19T09:26:18.05+00:00
phemanth 8,645 Reputation points Microsoft Vendor
3 answers

Unable to access Azure SQL database from Azure Load Test using managed identity

Hi, I am trying to do load testing on my Azure SQL database using Azure Load Tests. I have setup user assigned managed identity on Azure Load Test and given it Reader and DB SQL Contributor role on SQL server. I am using the following connection…

Azure SQL Database
Azure Load Testing
Azure Load Testing
An Azure service that enables developers and testers to generate insights on how to improve the performance, scalability, and capacity usage of their application
48 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,579 questions
asked 2024-07-16T05:17:40.3033333+00:00
Amrata Dhankhar 0 Reputation points Microsoft Employee
answered 2024-07-19T09:13:58.4133333+00:00
Amrata Dhankhar 0 Reputation points Microsoft Employee
1 answer

Unable to send message from Azure SQL to Service Bus

The goal is to send messages to Service Bus from Azure SQL Server. I have added the Managed Identity to the queue with the Azure Service Bus Data Owner permission. When I run the code to set up the credential, there is no error. OPEN MASTER KEY…

Azure SQL Database
Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
588 questions
asked 2024-07-03T18:31:40.7866667+00:00
Spencer Thompson (Network) 0 Reputation points
answered 2024-07-19T08:49:36.04+00:00
Spencer Thompson (Network) 0 Reputation points
1 answer

Azure SQL Public IPs

I am trying to find if there is a maximum number of Public IPs I can add to the firewall rules to allow access in Azure SQL?

Azure SQL Database
asked 2024-07-19T01:47:34.42+00:00
Jeff Fazio 31 Reputation points
edited the question 2024-07-19T08:16:31.9266667+00:00
Erland Sommarskog 106.5K Reputation points
3 answers

SQL Statement taking long to execute

I have two SQL Databases that is on the same SQL server but on one database it only takes 4 seconds to complete the SQL statement but on the other SQL database it takes 25 minutes to complete. Both databases uses the same SQL elastic pool and I don't see…

Azure SQL Database
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,324 questions
SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
66 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,597 questions
asked 2024-07-15T03:15:50.06+00:00
WingHong Shiu 5 Reputation points
commented 2024-07-19T08:13:40.23+00:00
Erland Sommarskog 106.5K Reputation points
1 answer

Built in SQL server in synapse is unavailable

Hi, Even after changing the firewall settings, the built in SQL server status is unavailable. Someone please assist. Step-by-step solution would be really helpful. Thanks in advance.

Azure SQL Database
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,671 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.
13,324 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,135 questions
asked 2024-07-13T05:40:54.8066667+00:00
shailaja Azure 0 Reputation points
commented 2024-07-19T05:21:00.5166667+00:00
Smaran Thoomu 12,615 Reputation points Microsoft Vendor
2 answers

Copy Database - Performance

Hello, We need to create a new copy of a database on a different server using the PowerShell command "New-AzSqlDatabaseCopy". Will running this command impact the performance of the live database, especially if other jobs or queries are…

Azure SQL Database
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,324 questions
asked 2024-07-17T06:49:52.86+00:00
Rohit 226 Reputation points
commented 2024-07-19T05:12:42.2366667+00:00
ShaktiSingh-MSFT 14,381 Reputation points Microsoft Employee
2 answers

How to Keep the backup for long term

I am facing an issue related to pricing and billing information. and want to remove the resource group (RG) but need to keep the backup of the database (DB) for a long time. Seeking advice on the best cost performance for this. PS - Based on common…

Azure SQL Database
asked 2024-07-18T13:48:05.1466667+00:00
Rahul Randive 9,176 Reputation points Microsoft Employee
answered 2024-07-19T04:15:40.5033333+00:00
Nandan Hegde 31,346 Reputation points MVP
1 answer

Is CREATE/DROP INDEX Automatic tuning on the Roadmap for SQL managed instances?

Hello, Azure SQL DB's automatic tuning feature is incredibly helpful for us. Is there any plan to bring these features to SQL managed instances in the future? Thank you, Greg

Azure SQL Database
asked 2024-07-18T21:35:35.0366667+00:00
adm.Greg Gardner 0 Reputation points
edited an answer 2024-07-19T03:19:13.3866667+00:00
Alberto Morillo 33,421 Reputation points MVP
2 answers

Can we run a stored procedure in Azure SQL Database asynchronously.

I want to run my stored procedure async using T-SQL. Can we do it ?

Azure SQL Database
asked 2024-07-15T12:20:11.3033333+00:00
Ayush Shrivastava 0 Reputation points
commented 2024-07-18T22:46:31.2533333+00:00
Oury Ba-MSFT 17,791 Reputation points Microsoft Employee
1 answer

Has anyone Migrated BMC footprints Server and Database to Azure and Azure SQL Managed Instance?

I am trying to Migrate the BMC Footprints Application Server to Azure VM and the Database to Azure SQL Managed instance. I am having problems with the Database when restoring it from a backup of our on-premise SQL instance. We have issues with Java…

Azure SQL Database
asked 2024-07-18T15:31:39.3766667+00:00
Anaya, Luis - Admin 0 Reputation points
commented 2024-07-18T22:15:50.4166667+00:00
Oury Ba-MSFT 17,791 Reputation points Microsoft Employee
1 answer

I am not able to set an admin for Microsoft Entra ID when creating an SQL server

I am not able to set an admin for Microsoft Entra ID when creating an SQL server  When creating a new server, I want it to support only Microsoft Entra ID Authentication. For authentication method, I leave the default selection selected 'Use only…

Azure SQL Database
asked 2024-07-18T18:24:06.5166667+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
answered 2024-07-18T18:24:38.98+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee