|
Blue Forest http://www.lslnet.com at 11:08 on July 8, 2006
Dbcc problem---what 's dbccdb???
Why did the ASE server choose dbccdb each time I used "dbcc check," and what 's dbccdb?
Please help me, thanks.
Rev. use dbtest1
2>; go
Rev. dbcc checkstorage
2>; go
Checking dbtest1
Msg 9964, Level 20, State 2 :
Server 'test12' Line 1 :
Database 'dbccdb' was not found. Use sp_helpdb to list the available databases.
Rev. dbcc checkstorage (pubs2)
2>; go
Checking pubs2
Msg 9964, Level 20, State 2 :
Server 'test12' Line 1 :
Database 'dbccdb' was not found. Use sp_helpdb to list the available databases.
1>; |
Dbcc problem---what 's dbccdb???
Why do we need dbcc checkstorage? What you need to find? |
Dbcc problem---what 's dbccdb???
Just for practice.Can you solve the problem? |
Dbcc problem---what 's dbccdb???
Dbcc checkstorage expansion of the dbcc instructions, the need to install the database dbccdb |
Dbcc problem---what 's dbccdb???
| Dbcc problem---what 's dbccdb???
Dbccdb how to install and use checkstorage yet? |
| |