hi all,
This is SQL Server 2000 Std SP3a
Using Microsoft's "How to move SQL Server databases to a new location" document, I successfully moved msdb and model.
I did this by changing the Startup parrameters for the SQL Server service.
Everything worked well until I got to the master db.
** I accidentally enter -lE:\SQL1\MSSQL\DATA\mastlog.mdf"
Of course that should have been \mastlog.ldf !
Now SQL Server will not start, and error log shows that
it cannot find mastlog.mdf.
My questions are:
1. where are these startup parms stored?
2. how can I change them to the correct path if I can't start SQL Server?
3. Will I have to do a complete reinstall of SQL Server 2000 to resolve this problem?
Thanks very much for any ideas.
John
This is SQL Server 2000 Std SP3a
Using Microsoft's "How to move SQL Server databases to a new location" document, I successfully moved msdb and model.
I did this by changing the Startup parrameters for the SQL Server service.
Everything worked well until I got to the master db.
** I accidentally enter -lE:\SQL1\MSSQL\DATA\mastlog.mdf"
Of course that should have been \mastlog.ldf !
Now SQL Server will not start, and error log shows that
it cannot find mastlog.mdf.
My questions are:
1. where are these startup parms stored?
2. how can I change them to the correct path if I can't start SQL Server?
3. Will I have to do a complete reinstall of SQL Server 2000 to resolve this problem?
Thanks very much for any ideas.
John