Previous
Left Arrow
Find and Recreate a Computed Column in SQL Server
Current Code Entry
Next
CFF Coding Source - 
SQL Server - Filtering SQL Data by Combining LIKE and NOT LIKE Conditions, and In-Memory REPLACE

How to Force Drop a Busy SQL Server Database: SINGLE USER vs. OFFLINE

How to safely drop a SQL Server database when it is locked by active connections, using the SINGLE_USER and OFFLINE methods to resolve "database is currently in use" errors.