MsSQL Database: Drop connections
If you need to restore a Microsoft SQL Database, you might run into the problem that there are still users connection to the database. It’s not easy to drop those connections… lots of info that I find on google use ALTERDATABASE DB_NAME SET SINGLE_USER WITHROLLBACK IMMEDIATE –do stuff ALTERDATABASEDB_NAME SET MULTI_USER And this doesn’t always […]
MsSQL Database: Drop connections Read More »