![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Why in the hell doesn't SQL Server provide a facility for dropping an active connection on an attached database in SQL Server Management console? I can't detach an attached database because apparently there is an active connection. |
#3
| |||
| |||
|
|
Crazy Cat (danbr... (AT) hotmail (DOT) com) writes: Why in the hell doesn't SQL Server provide a facility for dropping an active connection on an attached database in SQL Server Management console? I can't detach an attached database because apparently there is an active connection. ALTER DATABASE db SET SINGLE_USER WITH ROLLBACK IMMEDIATE -- Erland Sommarskog, SQL Server MVP, esq... (AT) sommarskog (DOT) se Books Online for SQL Server 2005 athttp://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books... Books Online for SQL Server 2000 athttp://www.microsoft.com/sql/prodinfo/previousversions/books.mspx |
![]() |
| Thread Tools | |
| Display Modes | |
| |