Microsoft SQL Server
Detatch database failed for Server ‘SQL-SERVER’. Error 3703
While trying to dismount a database I ran into the error: Cannot detach the database ‘Database Name’ because it is currently in use. (Microsoft SQL Server, Error: 3703). This almost always happens due to an open connection which you can drop during the detachment process, but I like to exclude Read more…