What is WITH CHECK OPTION

Answer Posted / naren

The CHECKPOINT statement saves time in a subsequent
recovery by creating a point at which all modifications to
data and log pages are guaranteed to have been written to
disk.

Checkpoints also occur:

When a database option is changed with ALTER DATABASE. A
checkpoint is executed in the database in which the option
is changed.


When a server is stopped, a checkpoint is executed in each
database on the server. These methods of stopping Microsoft
SQL Server 2000 checkpoint each database

Is This Answer Correct ?    4 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can the “if update (colname)” statement be used in a delete trigger?

559


Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many

522


What is SQL Azure Fabric?

92


what are user defined datatypes? : Sql server database administration

522


What does dml stand for?

512






Can group by be used without aggregate functions?

483


SQL Server Architecture ?

1936


What are the types of ssrs?

108


How to select an exiting database using mssql_select_db()?

511


What is usually the first word in a sql query?

601


what are constraints? : Sql server database administration

532


What does ss stand for sexually?

592


How to modify existing triggers using "alter trigger"?

532


What do you think of this implementation? Can this be implemented better?

535


What is difference between line feed ( ) and carriage return ( )?

528