Mikhail T.
2006-08-16 01:43:50 UTC
When preparing a database for the "proper dump" (suitable for the potential
LOAD onto a server with different endianness), we do
"EXEC sp_dboption '%s', 'single user', 'TRUE'",
"use %s",
"EXEC sp_flushstats",
"checkpoint",
"use master",
The sp_flushstats (or maybe it is the checkpoint) sometimes produce A LOT of
messages like:
[...]
SERVER: IDES for index 2 of table 2136391649 in dbid 29 not in cache
[...]
SERVER: DBCC execution completed. If DBCC printed error messages, contact a
user with System Administrator (SA) role.
What are these? Should we worry about the dump after this? Are these "error
messages" or simply cryptic information of no value?
Thanks!
-mi
LOAD onto a server with different endianness), we do
"EXEC sp_dboption '%s', 'single user', 'TRUE'",
"use %s",
"EXEC sp_flushstats",
"checkpoint",
"use master",
The sp_flushstats (or maybe it is the checkpoint) sometimes produce A LOT of
messages like:
[...]
SERVER: IDES for index 2 of table 2136391649 in dbid 29 not in cache
[...]
SERVER: DBCC execution completed. If DBCC printed error messages, contact a
user with System Administrator (SA) role.
What are these? Should we worry about the dump after this? Are these "error
messages" or simply cryptic information of no value?
Thanks!
-mi
--
Sybase! Release the OpenClient's source -- under any license...
Sybase! Release the OpenClient's source -- under any license...