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…
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…
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…
![](https://techprofile.blob.core.windows.net/images/UVyLn-Xlr0apNce5TRX1RA.png?8DBA3B)
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…
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…
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.
![](https://techprofile.blob.core.windows.net/images/Z5INGQQc9Uy45E6S986Teg.png?8DD4A2)
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…
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
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!
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.…
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…
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.…
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…
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.
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?
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…
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…
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…
![](https://techprofile.blob.core.windows.net/images/UVyLn-Xlr0apNce5TRX1RA.png?8DBA3B)
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…
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…