All Questions
3 questions
-1
votes
1
answer
892
views
Azure SQL Managed Instance T-SQL query debugging
When trying to debug a T-SQL query within Azure SQL Managed Instance database from Visual Studio, I get an error:
Failed to start debugger and exception was generated: Data is null. This method or ...
2
votes
1
answer
3k
views
Error while creating External File Format in Azure SQL Database
Getting the error while creating External File Format in Azure SQL DB
Incorrect syntax near 'EXTERNAL'.
I am using the following commands (Used the T-SQL syntax from Microsoft Docs Link - https://...
4
votes
3
answers
26k
views
How to take backup of azure SQL-Managed Instance backup to azure blob
I am having a SQL-Managed Instance database now I wanted to take backup in .bak format to blob storage. The current Command I am using is
WITH IDENTITY = 'SHARED ACCESS SIGNATURE'
, SECRET = 'Pasted ...