Saturday, 10 November 2012

What is the use of check points in the transaction logs? | SQL DBA

The check points are restoration points that indicate the specific state of the database. When there is some failure int he database that is occurring before the next check point, the database can be reverted back to the previous check point and thus the database would still be consistent.

No comments: