Do I need to assign RBAC Role to System Identity of Azure SQL server in order to send audit logs to Log Analytics Workspace in another subscription?
Do I need to assign RBAC Role to System Identity of Azure SQL server in order to send audit logs to Log Analytics Workspace in another subscription? I have the SQL server in Subscription-A and the Central LAW is in Subscription B. Does this require an…
Azure SQL Database


Get Azure SQL database instance specs
I would like to get detailed information about instance types used by Azure SQL like (HS_PRMS_14, HS_DC_14 and so on), the instance specs that I found are vcores, memory and cpu architecture and manufacturer, but with cpu architecture and manufacturer…
Azure SQL Database
Azure Database unable to update Datasync config & Datastudio timeout
We seem to be having 2x issues with an Azure SQL database. Datasync keeps failing sync data & reconfiguring of tables to sync. The database is timing out populating the tree of table in both SQL Management Studio & Azure Data Studio. The…
Azure SQL Database
Why are the daily costs for my Sql database increasing with little activity?
I have a database that is less than 4G and has very little activity. The activity is from myself and 1 or 2 other users for sporadic intervals that rarely last more then a few minutes. Activity is thru a small Azure app service web application and…
Azure SQL Database
Azure vNet suport subnet injection doesn't work.
I followed the documentation to complete the config but the network connectivity seem not working. https://learn.microsoft.com/en-us/power-platform/admin/vnet-support-setup-configure I try to connect to the SQL managed instance from the Power app, the…
Azure SQL Database

Automatic tuning is not creating indexes on our SQL database
We have automatic tuning turned on with Create Index ON, but it no longer creates indexes like it used to.
Azure SQL Database
Data factory fails to run Stored Procedure when SSMS succeeds
I have a nightly job that generates an email via a stored procedure run through azure data factory. It has been in use for about 2 years with no problem. Yesterday it failed without any changes to the SQL A database operation failed with the following…
Azure SQL Database

Getting an Access Denied error when accessing a file in Azure Blob Storage
Files have been loaded into a blob container, and through PowerShell, that data has been loaded into the Azure SQL database successfully for over 2 years. As of last week, this process was functioning correctly. Currently encountering an Access Denied…
Azure SQL Database
Deployment script in West US 2 region failing to authenticate to Azure SQL with error "Login failed for user '<token-identified principal>"
As a part of our CI pipeline, we are running a deployment script in the WestUS2 region (the same region where the Azure SQL server is located) and are getting the error "Login failed for user '<token-identified principal>" when we try to…
Azure SQL Database
How can I completely remove 'xyzh' Azure SQL managed Instance database from SSMS?
The xyzh database in Azure SQL Managed Instance has already been dropped, but it still appears in the list under SQL Server Management Studio (SSMS) Object Explorer. When attempting to drop it again using the command 'DROP DATABASE [ xyzh] GO', an error…
Azure SQL Database
Can't connect to SQLServer virtual machine
Can't connect to Azure SQL Server from SQL SSMS TITLE: Connect to Server Cannot connect to 20.51.194.18:1433. ADDITIONAL INFORMATION: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was…
Azure SQL Database
Error trying to create SQL Managed Instance in West US, but works in other regions using same subscription/
When trying to create a SQL Managed Instance in a region I get error "Managed Instance is not available for the chosen subscription and region. Please try again with some other subscription, region", but selecting a different region the error…
Azure SQL Database
Recon and Retry
We are working on a large-scale enterprise migration project where we are ingesting data from an on-premises DB2 Snapshot (point-in-time extract) into Azure SQL Hyperscale using Azure-native components. The architecture includes: Source: IBM DB2…
Azure SQL Database
How to get more details(user, execution time, IP address) for a given query ID on Azure SQL DB
How can I get all the details(user, execution time, IP address, etc) for a given Query ID? I am using Azure SQL DB
Azure SQL Database
create hive metastore in Databricks with non-SQL DB
Hi Expert, How to create Hive Metastore in Azure databricks DB
Azure SQL Database
Azure Data Lake Storage
Azure Databricks
Azure Data Factory
Azure Database for PostgreSQL
Cant get the Database Watcher to start collecting data from the Azure SQL DB
We carefully configured a database watcher as per documentation. everything is setup (Key Vault with proper permissions, executed script to create login and grant permissions (script copy-pasted), created secrets in the vault). But we don't get any data…
Azure SQL Database
Deployment of a simple bicep takes too long
I have a bunch of biceps that deploy various parts of Azure infrastructure. All of them complete within reasonable timeframes except this guy. It runs forever, though, in fact, approves the private managed connection as supposed. Any thoughts? param…
Azure SQL Database
Azure Data Factory

Does Azure SQL Hyperscale SKU supports Spatial data or GEOM columns
Hello Team, My application has 20TB+ data. At present we are using IAAS SQL to host our application data The features in AZSQL hyperscale SKU look promising to my day to day problems. I created a AZSQL Hyperscale DB but looks like issue while moving…
Azure SQL Database
Taking long time to copy tiny database from one instance to another instance
I am copying a tiny database from azure SQL managed instance to another azure SQL managed instance using Azure portal. It is taking a long time , it is almost an hour, it still showing "coping in progress" It does not look like that it is…
Azure SQL Database
Why do index scans slow down as table size increases (constant result set)?
We tested SELECT queries on four Azure SQL tables with different row counts (100K to 4.2M), but each query always returned ~100K rows (±5K). We ran the queries under three configurations: Enforce index usage. (Via adding WITH (INDEX(NAME_OF_INDEX))) …