Hi,
i am moving all databases from one server to another.
I have just installed sql server 2000 on the new server and copied across backups of all databases (user and system) to this new server.
i want to restore the master database first (i take it this is best practice?). therefore, i am trying to put sql server in single user mode using
sqlservr.exe -m.
can someone tell me what the expected output to screen should be for that command?
this is what i get but it looks like it has not completed?
C:\Program Files\Microsoft SQL Server\MSSQL\Binn>sqlservr.exe -m
2007-02-05 14:40:59.09 server Microsoft SQL Server 2000 - 8.00.194 (Intel X8
6)
Aug 6 2000 00:57:48
Copyright (c) 1988-2000 Microsoft Corporation
Standard Edition on Windows NT 5.2 (Build 3790: Service Pack 1)
2007-02-05 14:40:59.09 server Copyright (C) 1988-2000 Microsoft Corporation.
2007-02-05 14:40:59.11 server All rights reserved.
2007-02-05 14:40:59.11 server Server Process ID is 1444.
2007-02-05 14:40:59.11 server Logging SQL Server messages in file 'd:\mssql\d
ata\MSSQL\log\ERRORLOG'.
2007-02-05 14:40:59.11 server SQL Server is starting at priority class 'norma
l'(2 CPUs detected).
2007-02-05 14:40:59.17 server SQL Server configured for thread mode processin
g.
2007-02-05 14:40:59.19 server Using dynamic lock allocation. [2500] Lock Bloc
ks, [5000] Lock Owner Blocks.
2007-02-05 14:40:59.22 server Attempting to initialize Distributed Transactio
n Coordinator.
2007-02-05 14:41:00.25 spid4 Warning ******************
2007-02-05 14:41:00.25 spid4 SQL Server started in single user mode. Updates
allowed to system catalogs.
2007-02-05 14:41:00.25 spid4 Starting up database 'master'.
2007-02-05 14:41:00.33 server Using 'SSNETLIB.DLL' version '8.0.311'.
2007-02-05 14:41:00.33 spid5 Starting up database 'model'.
2007-02-05 14:41:00.33 spid4 Server name is 'TEST'.
2007-02-05 14:41:00.34 spid4 Starting up database 'msdb'.
2007-02-05 14:41:00.34 server SQL server listening on 10.99.0.120: 1433.
2007-02-05 14:41:00.34 server SQL server listening on 127.10.9.1: 1233.
2007-02-05 14:41:00.36 server SQL server listening on TCP, Shared Memory, Nam
ed Pipes.
2007-02-05 14:41:00.36 server SQL Server is ready for client connections
2007-02-05 14:41:00.38 spid5 Clearing tempdb database.
2007-02-05 14:41:00.89 spid5 Starting up database 'tempdb'.
2007-02-05 14:41:00.95 spid4 Recovery complete.
am i now in single user mode?
i am moving all databases from one server to another.
I have just installed sql server 2000 on the new server and copied across backups of all databases (user and system) to this new server.
i want to restore the master database first (i take it this is best practice?). therefore, i am trying to put sql server in single user mode using
sqlservr.exe -m.
can someone tell me what the expected output to screen should be for that command?
this is what i get but it looks like it has not completed?
C:\Program Files\Microsoft SQL Server\MSSQL\Binn>sqlservr.exe -m
2007-02-05 14:40:59.09 server Microsoft SQL Server 2000 - 8.00.194 (Intel X8
6)
Aug 6 2000 00:57:48
Copyright (c) 1988-2000 Microsoft Corporation
Standard Edition on Windows NT 5.2 (Build 3790: Service Pack 1)
2007-02-05 14:40:59.09 server Copyright (C) 1988-2000 Microsoft Corporation.
2007-02-05 14:40:59.11 server All rights reserved.
2007-02-05 14:40:59.11 server Server Process ID is 1444.
2007-02-05 14:40:59.11 server Logging SQL Server messages in file 'd:\mssql\d
ata\MSSQL\log\ERRORLOG'.
2007-02-05 14:40:59.11 server SQL Server is starting at priority class 'norma
l'(2 CPUs detected).
2007-02-05 14:40:59.17 server SQL Server configured for thread mode processin
g.
2007-02-05 14:40:59.19 server Using dynamic lock allocation. [2500] Lock Bloc
ks, [5000] Lock Owner Blocks.
2007-02-05 14:40:59.22 server Attempting to initialize Distributed Transactio
n Coordinator.
2007-02-05 14:41:00.25 spid4 Warning ******************
2007-02-05 14:41:00.25 spid4 SQL Server started in single user mode. Updates
allowed to system catalogs.
2007-02-05 14:41:00.25 spid4 Starting up database 'master'.
2007-02-05 14:41:00.33 server Using 'SSNETLIB.DLL' version '8.0.311'.
2007-02-05 14:41:00.33 spid5 Starting up database 'model'.
2007-02-05 14:41:00.33 spid4 Server name is 'TEST'.
2007-02-05 14:41:00.34 spid4 Starting up database 'msdb'.
2007-02-05 14:41:00.34 server SQL server listening on 10.99.0.120: 1433.
2007-02-05 14:41:00.34 server SQL server listening on 127.10.9.1: 1233.
2007-02-05 14:41:00.36 server SQL server listening on TCP, Shared Memory, Nam
ed Pipes.
2007-02-05 14:41:00.36 server SQL Server is ready for client connections
2007-02-05 14:41:00.38 spid5 Clearing tempdb database.
2007-02-05 14:41:00.89 spid5 Starting up database 'tempdb'.
2007-02-05 14:41:00.95 spid4 Recovery complete.
am i now in single user mode?