Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
March 4, 1999
A. This happens only on SQL 6.0 SP3. There is no fix, but theworkaround is :-
Stop SQL Server
Rename sqlservr.exe in binn to sqlservr.sp3
Copy the sqlservr.exe from your SQL 6.0 CD into binn
Re-start SQL Server. It should now recover ok.
Stop SQL Server
Rename binnsqlservr.exe to sqlservr.org for later use
Rename binnsqlservr.sp3 to sqlservr.exe
Re-start SQL Server
You May Also Like