More Info
https://howtodomssqlcsharpexcelaccess.blogspot.com/2018/11/mssql-fix-error-cannot-drop-database.html
4 Comments
Leave a Reply
You must be logged in to post a comment.
More Info
https://howtodomssqlcsharpexcelaccess.blogspot.com/2018/11/mssql-fix-error-cannot-drop-database.html
You must be logged in to post a comment.
alter database "DatqabaseName" Set Single_User With RollBack immediate;
go
drop database "DatqabaseName"
go
use master
This works too.
Thanks!
THANK YOU SO MUCH!!!
oh. thanks, i have just success depend your video