I'm getting corruption errors in tempdb on sqlserver 2005
The microsoft site said to remove the tempdb files and start the database with the following switches:
sqlservr -c -f -T3608 -T4022
When I do that I the database won't start and gives the error:
Error: 17182, Severity: 16, State: 1.
TDSSNIClient initialization failed with error 0x80092004, status code 0x80.
General searching doesn't show a workaround.
Thanks