Unexpected billing for the Azure SQL Database Service tier Basic
Hi, I have been using the Azure SQL Server Database with the Basic level service tier for many months now. But just for the last month I got the bill of around 200 Euros and the bill was for the SQL Database Single/Elastic Pool General Purpose - SQL…
Azure SQL Database
How to back up Azure SQL DB into BAK file?
I am trying to create a Bak file format from Azure SQL DB into Azure Storage (like Blob storage) on a daily basis for an external client. Previously, I had an external client to log into that Azure SQL DB to perform query, but it appears that it is too…
Azure SQL Database
Unable to Enable CDC on Azure SQL Database Using Server Admin Login - Error 22902 "Caller is not authorized"
We are unable to enable Change Data Capture (CDC) on our Azure SQL Database despite using the server-level admin login (DBAdmin) and Entra ID service administrator. Steps Performed: Connected to the master database using the SQL server admin login . …
Azure SQL Database
Issue with Query Store Showing “Restricted Text” in Azure SQL Managed Instance
I am experiencing an issue with Azure SQL Managed Instance where some of the long-running queries in Query Store are displayed as “Restricted Text” instead of the actual query text. Details: Environment: Azure SQL Managed Instance I have admin access,…
Azure SQL Database
Switch Azure SQL Provisioned to Serverless and back to Provisioned
Hi Can we switch Azure SQL from "Provisioned" to "Serverless" and back to "Provisioned" without any data loss / minimal downtime? Wanted to observe how serverless works for a week. Data should never be lost while switching…
Azure SQL Database
Can't find what is preventing auto-pause from working
I have a General Purpose - Serverless database set-up. Auto-pause was initially working, but as of sometime yesterday, it will not pause. I initially found that I had SSMS open and suspected that was the issue. However, it has been closed for hours…
Azure SQL Database
Cannot establish ODBC 18 Connection via Interactive authentication
I have been unable to create an ODBC interactive connection to an Azure database. The credentials work fine in SSMS and using the SQLCMD. The browser window opens and allows me to authenticate. I have tried using the ODBC manager (32-bit) as well as…
Azure SQL Database
Not getting an option to restore serverless Azure sql database in paired region
I have a Azure SQL database (serverless Gen 5) in US west region. I am trying to restore this database from Geo redundant backups in US west central region but not getting an option to restore.
Azure SQL Database
We no longer have access to view our tables in our DB
Hi, So we have a database in our account called "bayer-server-test." After a bit of turnover in our agency, we seem to have misplaced the actual admin credentials to this DB. We do have a user that can connect to the DB, but we can't view our…
Azure SQL Database
Inconsistency in Null Values While copying data from delta lake to AzSQL
We build a ADF pipeline to copy data from delta lake to Azure SQL db. Below are Sink configuration in ADF copy activity Write Behaviour: Insert Bulk Insert Table lock: No Autocreate Table: None enable staging: Yes when the data loaded to sql table, empty…
Azure SQL Database
Azure Databricks
Azure Data Factory
SSIS ETL Jobs fails on the SSIS SQL server with the 504 Gateway Time-out issue
The ETL job runs on the SSIS SQL server. It connects to Azure BLOB and loads data from on-prem tables into Azure Blob and then runs executescript within the same job to call the Azure pipelines. While the Azure pipelines are still running, ETL jobs fails…
Azure SQL Database
Not able to login to wordpress -Database Error
I was transferring wordpress website from local to live server azure hosting and due to problems with migration plugin my website has crashed and i cannot login to wordpress.Its showing message"Error in Establishing Database Connection".Because…
Azure SQL Database
Sync Azure SQL Database across Tenants
Hi A customer wants to access some table that we host for them, we don't want then to have access to our database, so we have proposed looking into Sync Azure SQL Database is this available across Tenants (mine and theirs)? Also i need to cost this for…
Azure SQL Database
Reconnect Issues in SSMS to Azure SQL DB with Microsoft Entra MFA After Role Reactivation
Connecting to Azure SQL DB with Microsoft Entra MFA from SSMS was successful previously. However, after the role assignment to the Privileged Identity Management Group expired and was re-activated, reconnection from the same SSMS instance fails to invoke…
Azure SQL Database
SQL export job stuck
I'm trying to export an SQL-database hosted in Azure, but it gets stuck on 1% and does not seem possible to cancel the export and start again? How do I proceed?
Azure SQL Database
I have deleted a SQL server that needs to be recovered
I have deleted a SQL Server because of redeployment. Before doing the redeployment I have exported the databases to BACPAC files in a storage account, but now it turns out there's no data in these bacpac files.
Azure SQL Database
How to fix access to sql server?
My Error: Cannot open server 'test-sqlserver' requested by the login. Client with IP address 'x.xx.xx.xx' is not allowed to access the server. To enable access, use the Azure Management Portal or run sp_set_firewall_rule on the master database to…
Azure SQL Database
Timeline for Release of NEXT GEN Feature for Managed Service in Azure
What is the timeline for the release of the NEXT GEN feature for managed service in Azure? It has been in testing since March 2024. When will it be out of preview mode for general use?
Azure SQL Database
Azure Managed Applications
SQL Server | Other
Question about GA for Next-gen GP for Azure SQL Managed Instance
Hi, Public-preview for Next-gen GP for Azure SQL Managed Instance is available since 21 March 2024, especially support for 32TB (https://techcommunity.microsoft.com/t5/azure-sql-blog/introducing-azure-sql-managed-instance-next-gen-gp/ba-p/4092647). Are…
Azure SQL Database
how to fix below question in azure sql data base i am already created table
Req 8: Crate a pipeline to move data from on premises CCardTrans table into Azure SQL DB by creating a new table, when pipeline runs for the first it has to move all the rows from the source table, but if you rerun the same pipeline it should not process…