Azure Managed Redis is down for 3 days in a row
Hey, On Saturday 26th of Jul at 2AM CET our Azure Managed Redis (not Azure Cache for Redis) started to have 100% CPU load and been having it ever since causing it to reboot from time to time and cause cache down time. We didn't deploy anything, we don't…
Azure SQL Database
Your subscription does not have access to create a server in the selected region
I am brand new to Azure and recently set up a free account. All I really want is a small SQL Server database that I can use to store data for my own personal C# application for personal use. I started to follow the tutorial on how to create a single…
Azure SQL Database
The server principal is not able to access the database under the current security - Sql Managed Instance
Hello, We have recently created Azure Sql Managed Instance and after migrating database, we have one of the Synonyms which we are accessing using Azure Service Principal but it's throwing an error. Synonyms created in Database1 which is reference to one…
Azure SQL Database

Azure SQL Hyperscale Partition Handling After ADF Copy from Parquet (Bronze Layer)
In our project, we are loading Parquet-partitioned data from the ADLS Gen2 Bronze layer into Azure SQL Hyperscale using Azure Data Factory Copy Activity (no data flow involved). This loading is part of a healthcare data migration involving ~80 TB…
Azure SQL Database
Trying to understand duration column in Azure Sql DB Query Performance Insight
I have a query that runs for a long time, according to Query Performance Insight, and I tracked it down to a Runbook we use to export the azure db to our own copy of a backup. However, it says it is running for 8-9 hours every 24 hours. This can't be…
Azure SQL Database

What is recommended way to migrate in Azure SQL server (PaaS) instance one tenant to another?
What is recommended way to migrate in Azure SQL server (PaaS) instance one tenant to another? Please recommend the best approaches to do so?? Any suggestions are appreciated...
Azure SQL Database
cant sync SQL database to PowerBI desktop
I am having some trouble connecting my AZURE SQL Database to POWER BI desktop. Can you help me? I have successfully created the pbisv01.database.windows.net - SQL database and I am successfully logged into AZURE & Power BI desktop with my email. But…
Azure SQL Database

Identity column sequence is skipping values - Azure SQL DB
Hello Team, I have an Azure SQL Database (PaaS instance). We have created tables with IdentityColumns (Identity (1,1) ). The problem is that, the values are skipping randomly. And the strange thing is that, it is happening in only 1 environment (UAT).…
Azure SQL Database
SSMS - The semaphore timeout period has expired.
Hello, I am using SSMS to connect to my sql database in Azure, however I keep getting this error "The semaphore timeout period has expired." I have even changed the connection time out to 60 seconds. What else do I do? Thanks, Veena
Azure SQL Database
Current User is me in master, but dbo everywhere else
When I connect and run SELECT CURRENT_USER inthe master database, it yields '******@mycompany.com'. When I switch to another database, SELECT CURRENT_USER yields 'dbo'. What do I need to do to be the 'right' user in the other databases. Some things…
Azure SQL Database
We need an scripted solution that can upload a flat file into an existing table in our Azure database
In our old environment, we would use a script with the BULK INSERT command in it to load flat file data into one of our existing tables. Our new Azure environment can't access the file location. We need either some location on which we can deposit…
Azure SQL Database
Understanding the changes in the Root CA change for Azure SQL Database & Azure SQL Managed Instance
Hi Support, Ref Link: https://learn.microsoft.com/en-us/azure/azure-sql/updates/ssl-root-certificate-expiring?view=azuresql#frequently-asked-questions When must Azure Sql be completed? Is there a specific date? Why is there so little information about…
Azure SQL Database
Migrate DB2 to Azure Database Service
Dear Sir, I am using DB2 and want to migrate to Azure Database service. Is it possible to perform a migration from DB2 to Azure Database Service? If it is possible, please let me know what is the solution to do it, and which is the best Database Service…
Azure SQL Database
Azure SQL Database Active geo-replication between 2 different tenant
In the case of an active geo-replication database of Azure SQL Databse on 2 differebt tenants (A and B) not having the same owner, what measures should be taken into consideration to avoid an intrusion from tenant A to tenant B? Is there any…
Azure SQL Database
How do I get azure quota limit for Hyperscale premium vCores per subscription per region
I am using the following API to try and get current usage and limit of SQL vCores in my subscription for a region. Here are the problems I am facing- I don't see any docs describing the various usageNames being returned here. Based on what I have…
Azure SQL Database
Power BI Refresh Errors After Database Migration and Renaming
After exporting and importing a database to an Azure server, issues have arisen with Power BI refresh. The following steps were taken: Exported the database to a BACPAC file. Required a Storage Account and Container to store the BACPAC. Used the…
Azure SQL Database
Database becomes unavailable when idle
Am very new to Azure SQL - indeed this is the first thing I've set up. I have a thrid party tool writing to the DB WF capturing tickets from our ticketing system that have passed through a particular status 'waiting approval' and writing a handful of…
Azure SQL Database
Azure SQL query via JDBC (mssql-jdbc) fails in some environments with "Incorrect syntax near 'AS'" error
We are encountering a strange issue where the same SQL query executed via Java using the mssql-jdbc driver works perfectly in our local development environment, but fails via JDBC (mssql-jdbc 12.2.0.jre11) for a customer instance (customer tried the…
Azure SQL Database
Intermittent connectivity issues while establishing JDBC connection to azure sql server from Databricks
I’m connecting to Azure SQL Database from Databricks using a JDBC connection authenticated via a Service Principal (Azure AD). This connection is part of an hourly Databricks workflow, which writes logs and accesses metadata in Azure SQL. In most runs,…
Azure SQL Database
Guidance on Optimal Strategy for row_num and row_hash Partitioning at Scale (80TB+ DB2 Migration)
We are migrating 80TB+ of historical data from IBM DB2 to Azure SQL Hyperscale as part of a healthcare modernization program. As part of our reconciliation framework, we are validating accuracy using both row-count and hash comparison logic at a…