Re: SQL2005: Running TSQL commands in single-user mode
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Thu, 20 Dec 2007 22:15:40 +0000 (UTC)
Plamen Ratchev (Plamen@xxxxxxxxxxxxx) writes:
2). Use sp_who to find the session ID of the active connection and use
KILL to terminate it.
Kind of difficult when Mike can't connect...
3). If all fails you can open a dedicated administrator connection:
http://msdn2.microsoft.com/en-us/library/ms189595.aspx
Using the DAC definitely seems to be the best bet in this case. Mike
already has the server in single-user mode.
I am glad to see that you finally got the startup options working, Mike.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- Follow-Ups:
- Re: SQL2005: Running TSQL commands in single-user mode
- From: Mike
- Re: SQL2005: Running TSQL commands in single-user mode
- From: Plamen Ratchev
- Re: SQL2005: Running TSQL commands in single-user mode
- References:
- SQL2005: Running TSQL commands in single-user mode
- From: Mike
- Re: SQL2005: Running TSQL commands in single-user mode
- From: Plamen Ratchev
- SQL2005: Running TSQL commands in single-user mode
- Prev by Date: Re: Setting up a store procedure...
- Next by Date: Re: Loose ODBC conection
- Previous by thread: Re: SQL2005: Running TSQL commands in single-user mode
- Next by thread: Re: SQL2005: Running TSQL commands in single-user mode
- Index(es):
Relevant Pages
|