what is the difference between dbcc checkstorage and other
dbcc commands
Answer Posted / jayakumar
1.dbcc checkstorage runs checks against the database on
disk. If a corruption is only in memory, dbcc checkstorage
may not detect the corruption. To ensure consistency
between two dbcc checkstorage runs, run checkpoint before
running dbcc checkstorage. However, doing so can turn a
transient memory corruption into corruption on disk.
2.dbcc checkstorage checks the entire database, including
unused pages, so execution time is relative to database
size. Therefore, when you use dbcc checkstorage, there is
not a large difference between checking a database that is
nearly empty and checking one that is nearly full, as there
is with the other dbcc commands.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should I execute an sp_recompile in sybase?
Explain data cache?
what is the difference between an ltm and a repagent in sybase?
What is the difference between replication server and sql remote in sybase?
Explain the advantages of sybase iq.
What you need to do is issue an ase kill command on the connection then un-suspend the db?
How to find the time taken for rollback of the processed?
How do I connect to sybase?
How do I create a database in sybase central?
How can you change to get the decimal separator as comma instead of the decimal point (.)?
What is sybase used for?
What is the command for quitting from sybase?
How do I bcp null dates in sybase?
What is the equivalent of oracle/db2 coalesce function in sybase?
How to manually drop a table in sybase?