-
Try To use the following Command ALTER DATABASE MyDB SET SINGLE_USER WITH ROLLBACK IMMEDIATE ALTER DATABASE MyDB COLLATE Latin1_General_CI_AS ALTER DATABASE MyDB SET MULTI_USER
-
when I tried to run the following command ALTER DATABASE [MyDB] COLLATE Latin1_General_CI_AS , I got the Follwoing Error : Msg 5030, Level 16, State 2, Line 1 The database could not be exclusively locked to perform the operation. Msg 5072, Level 16, State 1, Line 1 ALTER DATABASE failed. The default...