Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server goes into single user mode

Status
Not open for further replies.

jfield817

Programmer
Jun 2, 2000
153
US
A SQL Server 7 database started into single user
mode automatically...(the "truncate on checkpt" option
was just checked ...i dont know if thats related)

Any ideas ?

thanks
john field
 
I do not have an idea why your database was switched to single user. I do know that it has nothing to do with 'truncate log on checkpoint'.
Try to make another database and see if it also automatically is in single user mode.
Could you be running the server in single user mode? This is done with startup options -m or -f.
good luck
 
Do you have a maintenance plan in place? Is it set to automatically repair? Repairing the database will switch it into single-user mode.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top