I have an MSSQL 2005 installation on a machine, and somehow it's tempdb files got deleted.

I don't really care about what was on there as I am cleaning the instance anyway and starting from scratch.

The problem is I can't get the server to start, and I can't find any documentation on how to restore the server.

Any pointers? Thanks!

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

As it turns out, the whole problem was solved by simply recreating the tempdb directory.

tempdb files are recreated on each server startup, so there's nothing really to recover, and the problem was that the directory was missing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.