Error:
Exclusive access could not be obtained because the database is in use
Solution:
Exclusive access could not be obtained because the database is in use
Solution:
USE MASTER; ALTER DATABASE [dbname] SET SINGLE_USER WITH ROLLBACK IMMEDIATE;
No comments:
Post a Comment