- 論壇徽章:
- 0
|
在進(jìn)行master數(shù)據(jù)庫備份的時候,出現(xiàn)下面提示,不知道這是什么原因,是這個必須要在單用戶下才能備份嗎?
如果是的話,怎么修改成多用戶的模式?
1>dump database master to "/databf/masterbf.dump"
2>go
WARNING: In order to LOAD the master database, the SQL Server must run in
single-user mode. If the master database dump uses multiple volumes, you must
execute sp_volchanged on another SQL Server at LOAD time in order to signal
volume changes.
Backup Server session id is: 62. Use this value when executing the
'sp_volchanged' system stored procedure after fulfilling any volume change
request from the Backup Server.
Backup Server Internal Error: 4.76.3.3: Device /data/master.dat:
163844 is not a legal virtual block number.
Msg 8006, Level 20, State 1:
Server 'SYBASE', Line 1:
SQL Server error detected by Backup Server. Refer to the preceding Backup
Server message.
The SQL Server is terminating this process. |
|