5,348 questions with Azure SQL Database tags

Sort by: Updated
0 answers

How do I access my Azure SQL Database using my managed identity?

Hi all; I have a managed identity created. How do I (step by step please as I remember this as being complicated): Set the database to allow access via managed identity? What is the connection string I then provide to the production server? How do I…

Azure SQL Database
asked 2024-07-08T18:09:17.6133333+00:00
David Thielen 2,526 Reputation points
1 answer

System Database Backups for Azure SQL Managed Instance

I don't see the ability to backup system databases for Azure SQL Managed Instance. If the server was lost I would lose server logins, backup information. Is there any documentation regarding why we don't have to backup these databases, and the steps we…

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,216 questions
asked 2024-06-21T20:35:16.1766667+00:00
Chancellor, Joe 0 Reputation points
commented 2024-07-08T17:09:02.3866667+00:00
Chancellor, Joe 0 Reputation points
1 answer

price in restore DB + where the restore happened

Hi, I have two questions regarding the backup of the DB: regarding the price written estimated cost per month, does it mean that one restore will cost me this price per month? Regarding the second question, where did the restore go ? Does it…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,176 questions
Azure SQL Database
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,289 questions
asked 2024-07-08T16:10:10.1133333+00:00
Lior Tomer 5 Reputation points
answered 2024-07-08T16:30:14.81+00:00
Rahul Randive 9,091 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure SQL End of Life Notification

I received a notification from my cloud team that mentions Azure DB for MySQL Single Server, PostgreSQL Single Server, and Maria DB are being retired. I am new to Azure and would like to know if Azure SQL DB and server will be retired as well, so i can…

Azure SQL Database
asked 2024-07-08T13:10:54.5266667+00:00
Mikhael Andy 0 Reputation points
edited the question 2024-07-08T16:15:58.2233333+00:00
VarunTha 5,280 Reputation points Microsoft Vendor
1 answer

Creating Certifcate Or Symmetric key Over Azure Managed Instance with Entra Service principal

Hi Team, We are connecting a database over Azure SQL Managed Instance from our C# application. We need to create Symmetric-Key/Asymmetric-Key/Certificate with TSQL statement.

Azure SQL Database
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,372 questions
asked 2024-06-28T14:13:48.8733333+00:00
Deepak Rane (drane) 60 Reputation points
commented 2024-07-08T11:48:10.21+00:00
Deepak Rane (drane) 60 Reputation points
3 answers

Server Password change on Mac

Does anyone know how to change password inside azure data studio on a MacBook m1?

Azure SQL Database
asked 2024-02-27T09:28:21.61+00:00
commented 2024-07-08T10:04:51.88+00:00
BALLA NAGA SAI 0 Reputation points
4 answers

DataSource.Error: Microsoft SQL - Power BI

Good day, I have a problem with Power BI, when I try to import a database it generates the following error: DataSource.Error: Microsoft SQL: A connection was successfully established with the server, but then an error occurred during the login process.…

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,216 questions
asked 2024-07-04T14:38:30.8166667+00:00
Gaston N Escobar 0 Reputation points
commented 2024-07-08T04:16:02.92+00:00
ShaktiSingh-MSFT 14,281 Reputation points Microsoft Employee
2 answers

SQL Server deployment DEV to UAT to Prod

Hi, I would like to know about different deployment options for azure SQL server from dev to higher environments. We are doing ETL in ADF and loading data into Azure SQL server. How do we move the tables/views/sps etc to other environments? Is there an…

Azure SQL Database
asked 2024-07-04T12:42:05.57+00:00
Santhi Dhanuskodi 205 Reputation points
commented 2024-07-08T04:05:25.05+00:00
ShaktiSingh-MSFT 14,281 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

unique column in table

HI, merging table1 in table2 merge into table2 using table1 on table.col1=table2.col1 when not match then insert how to add unique column with auto increament number and not null in table like uniquenumner; Name;' 001 Test1 003 …

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,216 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,592 questions
asked 2024-07-06T02:21:59.06+00:00
Vineet S 285 Reputation points
edited the question 2024-07-08T03:38:42.9333333+00:00
ShaktiSingh-MSFT 14,281 Reputation points Microsoft Employee
0 answers

OperationalError: ('HYT00', '[HYT00] [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired (0) (SQLDriverConnect)')

Hi, I am encountering an issue while trying to connect to an SQL database using a Python script in my Jupyter notebook. The connection attempt results in the following error message: OperationalError: ('HYT00', '[HYT00] [Microsoft][ODBC Driver 17 for SQL…

SQL Server on Azure Virtual Machines
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,216 questions
asked 2024-07-05T06:27:34.9366667+00:00
Tú Nguyễn 65 Reputation points
commented 2024-07-08T02:03:55.24+00:00
Tú Nguyễn 65 Reputation points
1 answer

Azure wont let me crate free data base offer

I'm unable to redeem the free data base offer, I get the follwing error "status": "Failed", "error": { "code": "ProvisioningDisabled", "message": "Provisioning of…

Azure SQL Database
asked 2024-07-06T21:15:55.5+00:00
misael gonzalez soria 0 Reputation points
answered 2024-07-07T05:59:23.4666667+00:00
Adharsh Santhanam 2,475 Reputation points
0 answers

Unable to send message from Azure SQL to Service Bus

The goal is to send messages to Service Bus from Azure SQL Server. I have added the Managed Identity to the queue with the Azure Service Bus Data Owner permission. When I run the code to set up the credential, there is no error. OPEN MASTER KEY…

Azure SQL Database
Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
579 questions
asked 2024-07-03T18:31:40.7866667+00:00
Spencer Thompson (Network) 0 Reputation points
commented 2024-07-05T18:15:58.6+00:00
Oury Ba-MSFT 17,631 Reputation points Microsoft Employee
1 answer

Cannot create and start Extended Events session in Azure SQL Managed Instance

Hello, I am trying to create an Extended Events session in Azure SQL Managed Instance. First I am trying to use SSMS GUI: Extended Events -> Sessions -> New Session... Add "error_reported" event, configure fields, select Data Storage as…

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,216 questions
asked 2024-06-24T15:08:42.51+00:00
Aleksey Vitsko 20 Reputation points
commented 2024-07-05T15:27:27.5966667+00:00
Aleksey Vitsko 20 Reputation points
1 answer

Get the full list of Defender sub assessments given an assessment?

We have multiple subscriptions with hundreds of different Azure resource types. I would like to work to remediate the assessments and sub assessments found on the sql server, Azure SQL and Azure SQL MI. The portal shows about 2K sub assessments on the…

Azure SQL Database
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,251 questions
asked 2024-07-01T00:07:01.5966667+00:00
Nguyen, Hoa 341 Reputation points
commented 2024-07-05T13:48:08.7066667+00:00
Nguyen, Hoa 341 Reputation points
2 answers

Azure SQL Ongoing operations cancel

I tried to export Azure SQL database and that got stuck for several hours in 1%. After that I cancelled export process with Powershell and now it's stuck for cancel in progress... I have tried to scale database but that didn’t do anything. What…

Azure SQL Database
asked 2022-03-29T18:35:42.133+00:00
ronis 16 Reputation points
commented 2024-07-05T09:14:07.6233333+00:00
Doshi, Shlok 0 Reputation points
5 answers

CosmosDB Analytical store delete changes in sql sink

Hi I am trying to capture delete changes from Azure cosmosdb analytical store using change data capture in Azure datafactory, Source is Cosmosdb, sink is Azure sql database. In between I am flattening my file using dataflow. My insert, update is…

Azure SQL Database
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,630 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,520 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,028 questions
asked 2024-04-30T13:52:46.2133333+00:00
Kuldeep Bhati 0 Reputation points
commented 2024-07-05T05:56:51.36+00:00
Harishga 5,590 Reputation points Microsoft Vendor
2 answers

"An operation that uses the database driver could not be completed. If the driver is a Microsoft driver, make sure the driver file isn't damaged, and if it is, reinstall the driver by reinstalling Microsoft Query."

One of the users receive this error. is this issue at our end or at microsofts ?

Azure SQL Database
Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
443 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,658 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,685 questions
asked 2023-10-25T20:03:28.8633333+00:00
zubaid ahmed 0 Reputation points
commented 2024-07-04T11:55:51.04+00:00
gmuir 0 Reputation points
1 answer

Table performance in azure SQL database

We have a azure DWH table of around 60TB, with daily load of around 1GB of data, what would be the best approach to apply data retention policy on the table and improve performance of table at the same time.

Azure SQL Database
asked 2024-07-02T17:20:01.2366667+00:00
NIKHIL KUMAR 101 Reputation points
commented 2024-07-03T22:26:24.0566667+00:00
Oury Ba-MSFT 17,631 Reputation points Microsoft Employee
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
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,267 questions
asked 2024-07-03T11:19:30.1433333+00:00
Sean Kelly 0 Reputation points
edited the question 2024-07-03T18:08:05.66+00:00
kobulloc-MSFT 25,961 Reputation points Microsoft Employee
0 answers

Azure Application Gateway Preview feature (TCP/TLS Proxy) and Azure SQL

Hello I was just wondering if anyone has attempted to use the preview feature for Azure Application Gateway to support layer 4 proxying. (https://video2.skills-academy.com/en-us/azure/application-gateway/tcp-tls-proxy-overview) with an Azure SQL instance as…

Azure SQL Database
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,003 questions
asked 2024-06-07T18:42:08.03+00:00
Jorge Rodriguez 0 Reputation points
commented 2024-07-03T10:37:50.08+00:00
GitaraniSharma-MSFT 49,261 Reputation points Microsoft Employee