Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

List the types of locking?

1072


What is cmaxpktsz good for in sybase?

954


How to divide by zero and nulls in sybase?

1011


What does –i option do in sybase tools?

1134


How to connect sybase database from python?

1112


Explain index covering?

871


Explain procedure cache?

1002


How would you check the long running transaction?

972


Can I use a named pipe to bcp/dump data out or in in sybase?

1059


How can you change to get the decimal separator as comma instead of the decimal point (.)?

906


Explain defncopy and it's usage?

1013


Explain locking?

949


How do I move tempdb off of the master device?

906


Explain intimate shared memory(ism)

952


What you need to do is issue an ase kill command on the connection then un-suspend the db?

974