Azure SQL Database - on master - long execution of a query program TdService
On Azure SQL Database in Azure there is a really long query running (many days). The details: database_name master program_name TdService It looks like a bug from an Azure SQL Service. On diagnostics while trying to send a support ticket: The…
How to import multiple json files present in a container of azure blob storage into Azure SQL Database using Openrowset
I have a scenario where i have to load json files present in a folder of a container in azure blob storage to azure sql database. I tried passing wildcards in data_file_path but seems it's not working. Can you please provide alternatives or an example.
How can I get all the failure SQL queries logs o
I want to track all the failure SQL in the log metrics, how can i get the output
how do I find resources that may use Azure SQL Database resources that use version 2014-04-01 APIs
Get an email from Microsoft telling me that all version 2014-04-01 APIs will be retired on 31 October 2025. Further, the email says You’re receiving this email because you use Azure SQL Database APIs. How do I find in my Azure subscription, I am using…
Request for Insights on Enabling CDC with ADR on Azure SQL Managed Instance
I am reaching out to check if anyone has prior experience or insights on enabling and managing these features together in Azure SQL Managed Instance. Specifically, we are interested in understanding: • Any challenges or considerations when enabling CDC…
How to migrate from SQL Server 2016 to Azure SQL DB
I plan to migrate 1.2 TB Database from SQL 2016 (on Proem) to Azure SQL DB. What is the best way to migrate from on-prem to Azure DB? Can I take a full backup and restore it on Azure SQL DB?
Login failed for user '<token-identified principal>'.
Hello, I am encountering the following error when trying to connect via Microsoft Entra Service Principal in SSMS. I -As Username I am using the Application ID. (I tried with dieguitico0007_hotmail.com#EXT#@dieguitico0007hotmail.onmicrosoft.com but it…
Restoring backups from a Standard tier DTU based Azure SQL Database
I am testing an environment. I have SQL server (serverless) and database using standard DTU model in UK south region, as it's a very small database. I set the backup storage to globally redundant. It seems that when I try to create a database in UK…
Microsoft Azure Azure SQL Database 2014-04-01 APIs
Got this email. How do i determine which, if any, of our SQL Databases use 2014-04-01Azure SQL Database - 2014-04-01 APIs will be retired on 31 October 2025You’re receiving this email because you use Azure SQL Database APIs.To improve performance and…
Guidance With Azure DMS Tool For Maria DB Database Migration
Hello, I am currently working on a Database migration project migrating data from a MariaDB database hosted on AWS over to an Azure SQL DB as part of a cloud consolidation program using an IPsec VPN tunnel. While Azure Database for MariaDB would seem…
How to Sync Data Between Azure Database
I am setting up a microservice system that will have 2 systems, and each system will have 1 dedicated database. I would like to know which technology to use to synchronize data from specific tables? Is it possible to apply a filter to the…
Scalability LEFT JOIN vs MERGE
Hi there, I'm UPSERTING AND handling 70 + millions of rows of UPSERT. I'm the only developer on the DB. GP_Gen5_6 LEFT JOIN DURING UNIT TEST OF ALL RECORDS 12 mins SCALED UP OVERNIGHT PROCESS GP_Gen5_20 History of existing MERGE process same operation…
The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'.
Resource/subscriptions/*****/providers/Microsoft.Sql/managedInstances/smi-inf-sql-dev-east1/securityAlertPolicies/Default Operation nameUpdate managed server threat detection policy Time stampThu May 04 2023 17:26:47 GMT-0400 (Eastern Daylight Time) …
What are the possible ways to connect an SQL db with Azure AI Search ?
I want to connect Azure AI search with SQL data base, I know it is effective to use azure sql service, but most of my data is on SQL server and the data gets updated frequently, so making copy of my data in azure sql seems inefficient. Is it possible to…
Unstand the migration strategy from Azure SQL Managed instances
Hi Team, Is there any way to migrate our SQL managed instances from one tenant to another tenant. Do we have any detailed documentation regarding this? We should be using azure native tools to perform this lift and shift activity, let us know the…
how to setup permission to user to connect azure database for power bi user
how to setup permission to user to connect azure database for power bi user
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 taking empty space and not freeing them
My DB size is 1.2 GB something and it only has two tables with 18 and 16 rows respectively with no indexes. I used SHRINKDATABASE and the size reduced to 66MB !!! This is a significant size decrease. I am trying to understand what might be the…
Problem Retire Older Version Azure SQL APIs
Hi everyone I've gotten several emails from Azure that says Action required - Upgrade Azure SQL Database 2014-04-01 APIs to a newer version by 31 October 2025 followed by the sentence '*You’re receiving this email because you use Azure SQL Database…
Unable to connect azure SQL with r2dbc spring boot using AD group authentication
I am trying to connect with azure sql instance using AD group authentication with my spring boot reactive application using r2dbc but it seems there is no way to custom initialize the ConnectionFactory bean in configuration so that I can paas the AD…