Hi Guys,
I need an advise regarding MSDB re-creation.
this week we've experienced an electric problem causing forced shutdown to the SQL server.
after the server started, I noticed that the MSDB is in SUSPECT mode.
I read from several Forums on how to recover this state and since I don't have DB backup and would like to avoid uninstall & reinstall the SQL server. there was a suggestion for start the SQL server via SQLServr.exe using Trace flag 3608, which allows me to detach the MSDB and re-create it using the instmsdb.sql
My problem is that when I try to start the SQLServer with the trace flag, I get stuck on meesage :
"Server software Usage Metrics is disabled."
the command I was using is:
"SQLServr.exec -c -T3608 -s MyInstance"
Please advise,
Eli,