Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

HELP!: How to start SQL Server in Single User Mode

0 views
Skip to first unread message

Jason parrish

unread,
Apr 19, 1996, 3:00:00 AM4/19/96
to
On page 390 of the Admin Companion for SQL Server 6.0, it tells how
to start sql server in single user mode.
I typed the command:
sqlservr /c /dd:\sql60\data\master.dat /m

It starts up and does all the device checking, but then it sits
there with a prompt. I can't type or do anything else, but
control-break. Then it asks if I want to shut it down.

My question is How do you enter sql commands or dbcc commands while
it's in this state?

Thanks,
Steve

Chris Smedley

unread,
Apr 20, 1996, 3:00:00 AM4/20/96
to
Try opening another session...either through ISQL or WISQL....the
screen you are seeing is the normal SQL Server booup screen. This
information is normally stored in the log file and because SQL Server
normally starts as a service you do not see this info..


Again...you must use isql or wisql to get into the sql server
itself.....


Also note that you cannot have more than one session at a
time....hence the term single user

Tim Nichols

unread,
Apr 22, 1996, 3:00:00 AM4/22/96
to
You then can start a single connection interface such as isql.
0 new messages