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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't open sql server - tempdb is marked as SUSPECT

Status
Not open for further replies.

gillianm1

Programmer
Sep 8, 2000
26
0
0
IE
Hi,
I'm trying to open SQL Server and can't because the tempdb has been marked as SUSPECT. Does anyone know how I can repair the tempdb?

Thanks in advance,
Gillian [sig][/sig]
 
According to Microsoft:

To resolve a suspect database:
[tab]Check the SQL Server error log and resolve all problems.
[tab]Reset the suspect status by executing sp_resetstatus.

[sig]<p>Robert Bradley<br><a href=mailto: > </a><br><a href= - Visual FoxPro Development</a><br> [/sig]
 
Make sure that you haven't run out of space as well. Rebooting the server should clear it out, but it may not be able to do so if it is already marked as suspect. Make sure autogrow is turned on, then do what Robert suggested.

Tom
[sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top