Force drop için şöyle yaparız
-- Set the database to SINGLE_USER mode with ROLLBACK IMMEDIATE to kill all connectionsALTER DATABASE my_new_db SET SINGLE_USER WITH ROLLBACK IMMEDIATE;-- Drop the databaseDROP DATABASE my_new_db;
Giriş Açıklaması şöyle In SQL Server environments, system databases play crucial roles in ensuring smooth and reliable database operations...
No comments:
Post a Comment