On-premise to Azure SQL connectivity
I'm seeking a low-cost solution for on-premise to Azure SQL connectivity. We already have an Azure environment with 4 Subscriptions in a Hub & Spoke model. Traffic from within the on-premise VPN connects to the Hub VNet via a VPN Gateway, then it…
How to fix the pyodbc not found error in Azure function app
Our application, which had been running smoothly for over a month, suddenly stopped working, displaying a "pyodbc not found" error. Despite trying various solutions, including version changes, we've been unable to resolve the issue. This error…
Unable to deploy the MSSQL Database Project to Azure SQL
I am trying to deploy the MSSQL database to azure SQL but the Azure DevOps pipeline is giving error "##[error]Unable to connect to target server 'XXXXXX.database.windows.net,1433'. Please verify the connection information such as the server name,…
ADF - CSV file with more than 2000 columns, need to create multiple tables in the sqlserver using Azure Data factory
I have csv file with more than 2000 columns and 20gb file size. Have to create multiple tables in sqlserver from the csv file using Azure Data factory. here is the file columns col1 col2 col3 col4 col5 col5 ...... i have to create tables with below…
Bugs in Azure Portal With PITR Restore of a CDC-Enabled Database Between SQL Managed Instances
When using the Azure Portal to the a Point In Time Restore (PITR) of a database on SQL Managed Instance: The restored database does not have the source database’s CDC Capture's Retention period in its [msdb].[dbo].[cdc_jobs] record (it contains the…
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…
Azure AD Admin cannot access the Azure SQL database over VPN
I have setup an Azure SQL database and secured behind Azure VPN. Azure VPN is already configured to use Azure AD and works fine. When connecting to the database, I can use a local IP as I have to connect to the VPN before connecting to the database.…
How do I update an Azure SQL Database to a newer version of the resource API?
I got this email from Azure Azure SQL Database 2014-04-01 APIs will be retired on 31 October 2025 You're receiving this email because you use Azure SQL Database APIs. To improve performance and security, we're updating Azure SQL Database…
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
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 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…
Geo Replication,Failover Group and DB Copy, DB backup and restore
Hello Everyone, As I and my team already know that, When you re-enable geo-replication between DB1 (the primary) and DB2 (the secondary), the replication process begins asynchronously. The time it takes for DB1 to replicate changes from DB2 after…
High compute at 3 AM without any manually configured jobs
Hi, Recently I set up an Azure SQL database, with hardly any data in it. Current used space is 25 MB, so nothing much. However, every morning around 3 AM, I see CPU percentage going up, without any activity that I am aware of. I did not configure any…
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?
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…
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.
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…
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…