Hi All,I am running some tests to restore a master db from another server, basically attempting to mirror an installation. After creating a complete backup of the master db on the production server, I ran the following code through the Query Analyzer to a fresh install after starting the server in single user mode...set quoted_identifier offGOrestore database master from disk = "E:\master.BAK" with recovery, replace, move "master" to "P:\MSSQL7\Data\master.mdf", move "mastlog" to "P:\MSSQL7\Data\mastlog.ldf"GO
This is the message that was returnedThe master database has been successfully restored. Shutting down SQL Server. SQL Server is terminating this process.
Now the server will not start at all! Can anyone help?TIA- Phil.