Skip to main content

All Questions

1 vote
2 answers
3k views

A database snapshot cannot be created because it failed to start. The storage usage for the managed instance cannot exceed (1048576) MBs

ERROR ImageI have Azure Managed Instance databases. In which I have a database "ABC" whose size is 568 GB. When I run DBCC Check on my database it throws below error : Msg 1823, Level 16, ...
radheyzunjur's user avatar
1 vote
0 answers
200 views

SQL Server Managed Instance database properties window getting “Subquery returned more than 1 value” error message

Error Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression. (.Net SqlClient Data ...
Rap's user avatar
  • 11
1 vote
1 answer
977 views

How do I disconnect open connections to an Azure SQL Managed Instance?

I am working on a process for restoring a database to my Azure SQL Managed instance which involves dropping the existing database and restoring a backup in its place (since Managed Instance doesn't ...
Nick Nack's user avatar
  • 511