Answer Posted / ricky
it stand for database consistency checker. it is used to
ckeck the consistency of the database.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is difference between view and materialized view?
How to drop an existing table with "drop table" statements in ms sql server?
What is sql stored procedure?
Explain the relational database management system (rdbms)?
What are the differences between sql server and mysql.
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
What is checkpoint process in the sql server?
How can sql server instances be hidden? : sql server security
How to retrieve field values using mssql_result()?
what is an extended stored procedure? : Sql server database administration
Do you know query execution plan?
Explain transaction server consistency?
What is a dataset and what are the different types of datasets?
How to delete existing triggers using "drop trigger"?
Can we hide the definition of a stored procedure from a use?