5,539 questions with Azure SQL Database tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

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…

Azure SQL Database
asked 2022-11-02T10:04:56.997+00:00
Arve Svendsen 46 Reputation points
commented 2024-08-26T14:15:50.23+00:00
Steinke, Andy 1 Reputation point
0 answers

I/O Consumption at 100% after the new release

we recently released a software update where we released a couple of log tables and other things. after the release , the I/O consumption reached at 100% . the perfomance of the website has gone down drastically . there are a lot of read write operation…

Azure SQL Database
asked 2024-08-21T02:36:06.7066667+00:00
Rishi Parpyani 0 Reputation points
commented 2024-08-26T14:02:31.14+00:00
GeethaThatipatri-MSFT 29,107 Reputation points Microsoft Employee
0 answers

Request to Enable PostGIS Extension on Azure PostgreSQL Server

I am hosting a PostgreSQL server on Azure and need to use the PostGIS extension for my project. However, when attempting to install the extension with the azure_pg_admin user, I receive the following error: ERROR: extension "postgis" is not…

Azure SQL Database
Azure Database for PostgreSQL
asked 2024-08-25T05:18:06.2366667+00:00
tugce tay 0 Reputation points
commented 2024-08-26T13:38:15.77+00:00
ShaktiSingh-MSFT 14,791 Reputation points
1 answer

How to restore a MABS with the DPMSync

Got some error when im trying to recover a MABS to another computer.what happened is as follow. first i backuped the dpmdb of the MABS to Azure,and we can call this server "M04" secondly i clothed the M04 and move it out of the domain i…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,232 questions
Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,549 questions
asked 2024-08-23T07:11:00.51+00:00
li_shouheng 20 Reputation points
answered 2024-08-26T09:51:51.34+00:00
Amardeep Saini 925 Reputation points Microsoft Employee
2 answers

Is CREATE/DROP INDEX Automatic tuning on the Roadmap for SQL managed instances?

Hello, Azure SQL DB's automatic tuning feature is incredibly helpful for us. Is there any plan to bring these features to SQL managed instances in the future? Thank you, Greg

Azure SQL Database
asked 2024-07-18T21:35:35.0366667+00:00
adm.Greg Gardner 0 Reputation points
answered 2024-08-26T07:50:08.6333333+00:00
Sai Raghunadh M 0 Reputation points Microsoft Vendor
1 answer

Cosmos database analytical store Vs SQL Database with read replica

Hi Team, I am currently exploring Azure cosmos database and come across the 'Analytical store' feature of cosmos database. I was reading MS documents related to use & benefits of analytical store, but my questions is how it's different than Azure SQL…

Azure SQL Database
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,588 questions
asked 2024-08-22T06:44:18.8566667+00:00
Jaydeep Suryawanshi 26 Reputation points
commented 2024-08-26T06:27:09.7566667+00:00
Citius Tech - Jaydeep Suryawanshi 0 Reputation points
1 answer

Azure Entra ID Authentication fails on Azure APP Services

On Local applicaitons we are able to validate connection Server=tcp:XXXXX.database.windows.net,1433;Initial Catalog=demo;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;Authentication=Active Directory Default; Once deployed in azure same…

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,549 questions
asked 2024-07-10T18:52:40.6633333+00:00
21887231 0 Reputation points Microsoft Vendor
commented 2024-08-26T06:19:55.5866667+00:00
Sai Raghunadh M 0 Reputation points Microsoft Vendor
1 answer

How to make exclusiv config changes on a managed instance

We want to make a change to the configuration of a DB which seems to be done best when there are no active users/connections to the DB. In our case we want to set READ_COMMITTED_SNAPSHOT to ON We thought of using SINGLE_USER Mode like described here:…

Azure SQL Database
asked 2024-08-05T09:22:33.1333333+00:00
Thimo König 0 Reputation points
commented 2024-08-26T05:31:10.4933333+00:00
ShaktiSingh-MSFT 14,791 Reputation points
0 answers

how to fix connect timeout while copiying from mysql to azure sql using AZURE DATA FACTORY

I have this error while deploying the task of copiying 5 tables from mysql to azure sql on datafactory Operation on target ForEach_qx9 failed: Activity failed because an inner activity failed; Inner activity name: Copy_qx9, Error:…

Azure SQL Database
Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
685 questions
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
787 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,438 questions
asked 2024-08-20T10:06:29+00:00
Arturo Beltran 0 Reputation points
commented 2024-08-26T04:59:28.3633333+00:00
NIKHILANETHIKUNTA 1,025 Reputation points Microsoft Vendor
1 answer

I'm not identifying if my account will have problems with the migration on 31 August 2024

Quais serviços clássicos terão problemas com a migração das contas de armazenamento classico que será realizada no dia 31 de agosto. Uso um banco de dados MS SQL, chamadas via HTTP aspx e vbx. Acho incrível eu pagar um serviço que não existe nenhum tipo…

Azure SQL Database
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,054 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,757 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,569 questions
asked 2024-08-16T21:38:41.7+00:00
Aristóteles Melo 0 Reputation points
commented 2024-08-26T04:52:34.04+00:00
Nehruji R 6,196 Reputation points Microsoft Vendor
1 answer

How to identify it is one update operation for table which has enable cdc

We know that we can use change data capture to monitor the data change on sql database table. I tried to run UPDATE TABLENAME SET PKColumn=NewValue where PKColumn=OldValue We can see that there will be one row marking the delete operation and one row…

Azure SQL Database
asked 2024-07-11T08:51:41.18+00:00
WisonHii 81 Reputation points
commented 2024-08-26T04:36:15.3433333+00:00
Sai Raghunadh M 0 Reputation points Microsoft Vendor
1 answer

End of Life reminder: Migrate to Azure Database for MySQL Flexible Server by 16 September 2024 to avoid impact

Hi Support. Per your email dated on 17/5 regarding the EOL for Azuare Database for SQL Single Server after 16-Sep-2024, we would like to clarify :  What does it mean by force migrate in a phased manner? Will our existing MySQL Single Server be…

Azure SQL Database
asked 2024-08-12T03:30:41.61+00:00
Object Valley 0 Reputation points
commented 2024-08-25T00:17:08.89+00:00
Vinodh247 15,701 Reputation points
1 answer

source is azure sql server tables are moving from azure adf piplelines but user is refreshing from powerbi showing mentioned error.

source is azure sql server tables are moving from azure adf piplelines but user is refreshing from powerbi showing mentioned error.

Azure SQL Database
asked 2024-08-10T07:33:18.01+00:00
nn 20 Reputation points
commented 2024-08-25T00:16:25.0466667+00:00
Vinodh247 15,701 Reputation points
0 answers

Can no longer connect to Azure SQL Database

I have a database client application running on Windows with the option to connect to three separate databases on Azure. Each database has a separate client logon credentials. This client application and databases have been working great for several…

Azure SQL Database
asked 2024-08-23T12:38:50.0133333+00:00
Andrew Fraser 91 Reputation points
commented 2024-08-23T22:45:05.5833333+00:00
Oury Ba-MSFT 18,361 Reputation points Microsoft Employee
2 answers

Write Operations on primary database latency issue

I have a Azure SQL database replicated to two regions. As per azure documentation secondary databases are read only. In that case all my write operations will be directed to primary. Will that cause latency issue? because my regions are not closer to…

Azure SQL Database
asked 2024-08-20T13:33:05.2566667+00:00
Neela 0 Reputation points
answered 2024-08-23T22:05:13.0366667+00:00
Oury Ba-MSFT 18,361 Reputation points Microsoft Employee
1 answer

changing Entra Admin in SQL server bicep template

I have deployed an Azure SQL server with some Entra Id admin through bicep template: but when i redeploy by changing the entra admin, It is not allowing me to do so it throws an error like the provided adminlogin is not valid. I gone through the…

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,549 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,096 questions
asked 2024-08-22T07:35:04.04+00:00
Smriti 0 Reputation points
answered 2024-08-23T21:06:13.18+00:00
Sedat SALMAN 13,735 Reputation points
1 answer

Storing JSON in Azure SQL Table

How can I store JSON responses received from a web activity within Azure Data Factory in an Azure SQL table? The JSON output contains special characters that need to be preserved in the table. I have tried passing the JSON as a string to the stored…

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,438 questions
asked 2024-08-14T07:09:39.53+00:00
Sodi, Deepthika 0 Reputation points
commented 2024-08-23T17:48:06.2466667+00:00
Bhargava-MSFT 30,051 Reputation points Microsoft Employee
1 answer

Configure service account in Azure SQL Server

Good morning, I have an SQL Server running on an Azure Virtual Machine, and I've been tasked with creating a 'Service Account' and configuring the SQL Server services (SQL Server and SQL Server Agent) to use this new account. Currently, my SQL Server is…

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,549 questions
asked 2024-08-16T13:43:28.21+00:00
Cristopher Aguilera 91 Reputation points
commented 2024-08-23T12:36:08.11+00:00
Cristopher Aguilera 91 Reputation points
1 answer

ACI needs MS SQL access which is on an azure VM, how do I achieve this?

Hi, I have deployed a container instance which has a connection string which points to a SQL database which is hosted on an azure virtual machine. The virtual machine has its own public IP address. However, the container instance cannot "see"…

Azure SQL Database
asked 2024-07-03T11:19:30.1433333+00:00
Sean Kelly 0 Reputation points
edited a comment 2024-08-23T11:57:14.5266667+00:00
Mahesh Kurva 0 Reputation points Microsoft Vendor
2 answers

Unable to delete Azure SQL DB, logs display Internal Server Error

I recently created a MSSQL server, which I was trying to move to an elastic pool. In between I initiated the deletion of the database, I received the notification for successful deletion, however, the database is still present. I checked the Activity…

Azure SQL Database
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,139 questions
asked 2024-07-01T19:44:58.8566667+00:00
Mahesh Jaganiya 0 Reputation points
commented 2024-08-23T09:25:14.1233333+00:00
Sai Raghunadh M 0 Reputation points Microsoft Vendor