Explicitly Control SQL Server Connections
There is many times where we might want to explicitly control the connections to an instance of SQL Server and more specifically to a database. Such scenarios might include: A restore procedure of a backup set which cannot complete as there are still active connections to the specific database. You need to drop a database … Read more…