What is dbcc?



What is dbcc?..

Answer / Vaidehi Sharan

DBCC (Database Consistency Checker) is a set of diagnostic and system-maintenance commands in SQL Server used to verify and repair database consistency. Examples include DBCC CHECKTABLE, DBCC INDEXDEFRAG, and DBCC CHECKCCONSTRAINTS.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What you can do to delete a table without the delete trigger firing?

1 Answers  


can you tell me some sites name for sql server 2000 commands with example??? plz reply soon.

0 Answers  


Please illustrate physical database architecture? : SQL Server Architecture

1 Answers  


What happens if we shrink log file in sql server?

1 Answers  


Can I run multiple instances of sql server 2000 at the same time on one computer?

1 Answers  


Write an SQL query to obtain the 2nd highest salary.

1 Answers   Akamai Technologies,


Write a SQL Query to find first Week Day of month?

2 Answers  


Differentiate between truncate vs delete in mssql?

1 Answers  


what's the information that can be stored inside a bit column? : Sql server database administration

1 Answers  


How to generate create table script on an existing table in ms sql server?

1 Answers  


Tell me what are cursors and when they are useful?

1 Answers  


Explain time data type in sal server 2008?

1 Answers  


Categories