6,013 questions with Azure SQL Database tags

Sort by: Updated
1 answer

SQL Server Error: 10060.

Unable to connect to my managed instance. My public endpoint is enabled. Error I'm getting when I try to login via SSMS. I added an inbound security rule that is higher than the "deny_all_inbound" rule. My rule port is set to 3342, protocol…

Azure SQL Database
asked 2025-02-18T18:58:39.0233333+00:00
Julian McNeill 0 Reputation points
edited the question 2025-02-18T22:12:04.2533333+00:00
Rohith Vinnakota 2,720 Reputation points Microsoft Vendor
2 answers

Allocating DB costs

My desktop app (in development) is using an Azure SQL DB to store shared content. I want to allocate costs for storage and compute time for each client based on their usage. I think I understand how I can calcualte the storage costs, but am not sure…

Azure SQL Database
asked 2025-02-18T14:40:39.4633333+00:00
Admin eSMMS.tech 0 Reputation points
answered 2025-02-18T21:53:33.91+00:00
Sina Salam 18,046 Reputation points
1 answer

SQL Stored procedure is continually reparsed and recompiled, causing significant delay in response

Our organization has a stored procedure, that seems to always be recompiled and reparsed nearly every execution, adding upwards of 14 seconds to overall execution time. The procedure is frequently but irregularly run, so it becomes common for users to…

Azure SQL Database
asked 2025-02-18T20:46:18.5266667+00:00
Phil Brown 0 Reputation points
answered 2025-02-18T21:49:35.8166667+00:00
Amira Bedhiafi 28,536 Reputation points
2 answers

Restore a database in Azure SQL Managed Instance to a previous point in time

  Hello everyone, I created  a  powershell script below and I scheduled every day with SQL Agent Job SSMS to restore database from automatic backup azure managed instance , but I have this error : 'The term 'Get-AzSubscription' is not recognized as the…

Azure SQL Database
asked 2025-02-18T14:09:59.4366667+00:00
DJAMEL GARAR 0 Reputation points
edited a comment 2025-02-18T19:53:25.3233333+00:00
DJAMEL GARAR 0 Reputation points
2 answers

How can I locally develop my Spring Boot application against an Azure SQL DB using passwordless connections?

According to the documentation, the passwordless option is only for the hosted environment. This creates a challenge for developing locally because the authentication mechanism is different. How do I set up my local development so that it works the…

Azure SQL Database
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
133 questions
asked 2025-01-16T13:58:23.9933333+00:00
Oblio 46 Reputation points
commented 2025-02-18T18:09:53.4433333+00:00
Oblio 46 Reputation points
2 answers

We have a serverless Azure SQL database that we can't drop from the portal or SSMS.

I have reviewed the common solutions provided by the troubleshooter and none of them have resolved the issue.

Azure SQL Database
asked 2025-02-18T14:17:44.1566667+00:00
Dan Deluna 0 Reputation points
edited an answer 2025-02-18T17:07:41.5666667+00:00
Suwarna S Kale 711 Reputation points
0 answers

Zone Redundency Option not showing on West Europe SQL Elastic pool

Hi, I have an SQL Elastic Pool in West Europe and another East US and the section where it allows me to enable "Zone Redundancy" isn't showing: I've successfully enabled it on our UK South Elastic Pool without any issues: UK South Elastic…

Azure SQL Database
asked 2025-02-18T11:44:41.7033333+00:00
Callum Woodward 1 Reputation point
edited a comment 2025-02-18T16:30:14.35+00:00
Callum Woodward 1 Reputation point
0 answers

the same DB is visible twice in elastic pool

Dears Support recently we have noticed that the same DB is visible twice in elastic pool. Could someone support to understand what is reason Best Regards Vahe

Azure SQL Database
asked 2025-02-18T05:46:45.9366667+00:00
Vahe Mikayelyan 0 Reputation points
edited a comment 2025-02-18T13:03:24.5733333+00:00
Vahe Mikayelyan 0 Reputation points
3 answers

Document for Backup Restore

Any document/link about backup and restore of MS SQL Server database using Visual Studio Code? Similar to the below one for azure data studio. https://learn.microsoft.com/en-us/azure-data-studio/tutorial-backup-restore-sql-server Thanks!

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.
14,485 questions
asked 2025-02-12T19:29:49.3433333+00:00
GP 16 Reputation points
commented 2025-02-18T12:24:37.8066667+00:00
GP 16 Reputation points
0 answers

How to fix sql server having a stuck ExportDatabase job at 1%, cancelling leads to stuck CancelInProgress instead

We were doing an ExportDatabase operation on our production database. This is part of our release pipeline, to do a backup before deploying new code. The github action timed out eventually since the export job got stuck at 1% and was stuck for 8 hours.…

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.
14,485 questions
asked 2025-02-18T08:04:09.8533333+00:00
Kalle Macklin 0 Reputation points
commented 2025-02-18T12:13:40.0266667+00:00
Kalle Macklin 0 Reputation points
0 answers

SQL Backup Issue - Getting connectivity error while enabling the SQL backup

I am getting below mentioned error while enabling the SQL backup from Azure Portal/Powershell. Error -> Workload Backup extension on the virtual machine is not able to contact Azure Backup service due to network connectivity issues. Connection…

Azure SQL Database
asked 2025-02-13T09:13:52.8533333+00:00
Abhishek Zende 0 Reputation points
commented 2025-02-18T09:35:36.8833333+00:00
Prasad Chaganti 0 Reputation points Microsoft Vendor
1 answer

Connect to Server

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.…

Azure SQL Database
asked 2025-02-18T01:36:19.6166667+00:00
Jerod H. Noble 0 Reputation points
answered 2025-02-18T07:44:16.7166667+00:00
Abiola Akinbade 23,135 Reputation points
0 answers

I'm experiencing problems with EF and SQL Server when running on Azure Webservice. The same code runs fine from VS with same db.

If I turn debugging on and connect my VS to the process, the error doesn't occur. Also I can run the code just fine from Visual Studio towards the same database. I do not Lazy Load. All Queries ens with ToFirstAsync() or ToListAsync() and has a Select to…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
779 questions
Azure SQL Database
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,319 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
586 questions
asked 2025-02-15T10:00:46.1533333+00:00
Tomas Ekenman 0 Reputation points
commented 2025-02-18T07:15:16.9166667+00:00
Tomas Ekenman 0 Reputation points
0 answers

we need to find a way to connect the Azure prod DB with our Prod VM server and our local machine, simultaneously via VPN or Private endpoint? Also I should be able to connect with DB and can write or extract data from DB table.

I'm unable to connect via on premise and VM with private connections using Azure VPN simultaneously. Also regarding on premise VPN connection I was able to connect but could not extract / write or even read the data.

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.
14,485 questions
asked 2025-02-17T04:59:09.97+00:00
AANCHAL CHAUHAN 5 Reputation points
commented 2025-02-18T07:09:09.12+00:00
Vijayalaxmi Kattimani 1,330 Reputation points Microsoft Vendor
1 answer

Secure Deletion in Database Records

If I delete certain records (rows) in a database, do the deleted items appear in the latest instances or backups of the original database?

Azure SQL Database
asked 2025-02-14T00:15:17.9033333+00:00
Luis Manuel Perez 0 Reputation points
edited a comment 2025-02-18T03:01:45.1266667+00:00
Adithya Prasad K 0 Reputation points Microsoft Vendor
0 answers

Why are all Host Pool applications and users suddenly unable to connect to all Azure SQL databases?

On Thursday of last week Feb 13th, all Host Pool users and applications were suddenly unable to connect to the SQL databases associated with said applications. This consists of two primary databases and applications. The two databases are JTS_AZURE and…

Azure SQL Database
Azure Dedicated Host
Azure Dedicated Host
An Azure service that provides a dedicated physical server to host Azure virtual machines for Windows and Linux.
54 questions
asked 2025-02-17T16:39:29.7433333+00:00
Ed Abraham 0 Reputation points
commented 2025-02-18T01:43:39.57+00:00
Sai Raghunadh M 2,560 Reputation points Microsoft Vendor
0 answers

HOST POOL AND VIRTUAL HOST USERS ARE UNABLE TO CONNECT TO AZURE SQL DATABASES

PLEASE HELP US UNDERSTAND WHY HOST POOL USERS ARE NO LONGER ABLE TO CONNECT TO SQL OR USE CLIENT APPLICATIONS THAT LINK TO SQL. IT IS IMPORTANT TO NOTE THAT OTHER VIRTUAL MACHINES ARE ABLE TO CONNECT AND UTILIZE THE DATABASES SUCH AS…

Azure SQL Database
Azure Dedicated Host
Azure Dedicated Host
An Azure service that provides a dedicated physical server to host Azure virtual machines for Windows and Linux.
54 questions
asked 2025-02-14T20:31:56.4166667+00:00
Ed Abraham 0 Reputation points
commented 2025-02-17T21:36:00.8233333+00:00
Ed Abraham 0 Reputation points
1 answer

How do I log a ticket to release an SQL MI logical name?

I need to have an SQL managed instance logical name released before the 7 day default timeout. How do I log a ticket to ask for this directly? All options via the Azure portal lead to self-led diagnosis and no end path to log an actual ticket. It's been…

Azure SQL Database
asked 2025-02-17T12:08:41.42+00:00
Steven Datt 0 Reputation points
answered 2025-02-17T16:03:06.5833333+00:00
Amira Bedhiafi 28,536 Reputation points
2 answers

Require approval to delete a resource

Good Day I know resource locks exist, but, that's not what I'm looking for. What I want is a way to prevent deleting a resource, be that a SQL Server, App Service, App Service Plan, VM, Storage Account, or other, without approval from two…

Azure SQL Database
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,379 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,319 questions
asked 2025-02-12T17:20:20.2866667+00:00
Andrew 36 Reputation points
commented 2025-02-17T15:10:58.3366667+00:00
Andrew 36 Reputation points
1 answer One of the answers was accepted by the question author.

Connection to Azure SQL which is in private network

Hi Team, I have a azure sql on private network. I want to connect to this azure sql from azure data factory. What is the best way? I know we can whitelist ip address for ADF which are region specific but I don't want to add so many addresses. Another…

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,257 questions
asked 2025-02-13T14:16:27.8+00:00
Jyoti Pawar 40 Reputation points
accepted 2025-02-17T12:39:49.5166667+00:00
Jyoti Pawar 40 Reputation points