- 論壇徽章:
- 0
|
unixware+sybase
啟動(dòng)數(shù)據(jù)庫日志:
00:00000:00001:2010/09/01 10:49:06.28 server Database 'ytzx' appears to be in the process of
being loaded; SQL Server will not bring it online automatically. Use the ONLINE DATABASE command to
bring this database online.
使用showserver查看數(shù)據(jù)庫狀態(tài)正常,但使用isql登陸數(shù)據(jù)庫時(shí)錯(cuò)誤提示如下:
Msg 950, Level 14, State 1:
Line 1:
Database 'ytzx' is currently offline. Please wait and try your command again
later.
Msg 4001, Level 11, State 1:
Line 1:
Cannot open default database 'ytzx'.
使用sa用戶可成功登陸。
不知如何online ytzx?? |
|