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

Answers were Sorted based on User's Feedback



what is the difference between dbcc checkstorage and other dbcc commands..

Answer / 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

what is the difference between dbcc checkstorage and other dbcc commands..

Answer / sucheta khattri

dbcc checkstorage is different from the other dbcc commands
in that it requires:

1.)The dbccdb database to store configuration information
and the results of checks made on the target database.
2.)At least two workspaces to use during the check operation
3.)System and stored procedures to help you prepare your
system to use dbcc checkstorage and to generate reports on
the data stored in dbccdb.
4.)Unlike the other dbcc commands, the performance of dbcc
checkstorage does not depend heavily on data placement.
Therefore, performance is consistent for each session, even
if the data placement changes between sessions.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Sybase Interview Questions

List different types of locks in sybase?

0 Answers  


How do I make isql secure in sybase?

0 Answers  


Explain defncopy and it's usage?

0 Answers  


what is the difference between an ltm and a repagent in sybase?

0 Answers  


When are stored procedures compiled in sybase?

0 Answers  


Explain open server?

0 Answers  


how to do application monitoring through AutoSys?

3 Answers   Cognizant,


What mandatory options are required for bcp command utility?

0 Answers  


Does sybase support row level locking?

0 Answers  


How would you fix a munged log in sybase ?

0 Answers  


What is open server in sybase?

0 Answers  


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

0 Answers  


Categories