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

Are you doing the updates from within a cursor?

1156


What is the relationship between jdbc and sybase?

1004


What are the important features of sybase?

1036


You need to remove the affected rows and dashes. How would you do that?

993


How do I run multiple versions of sybase on the same server?

930


Explain about the sybase group?

962


What is the difference between 'dump tran database to physical name' 'dump tran database with truncate_only' and dump tran database with no_log'and in real time when we go to truncate the log?

928


How do I pipe the output of isql to a file in sybase?

939


How to connect to sybase database from linux?

1079


When are stored procedures compiled in sybase?

897


Can you create your own sps for system wise?

956


What is open client in sybase?

929


What is a coalesce? What is the equivalent of oracle/db2 coalesce function in sybase?

945


What is sybase ?

970


What causes re-resolution of a stored procedure in sybase?

942