can anyone explain when SQL Server issues a checkpoint?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
from: http://msdn.microsoft.com/en-us/library/ms188748.asp Events That Cause Checkpoints
Also, stopping a server issues a checkpoint in each database on the server. The following methods of stopping SQL Server perform checkpoints for each database: Using SQL Server Configuration Manager. Using SQL Server Management Studio. Using the SHUTDOWN statement. |
||||
|
try this link https://sites.google.com/site/sqlserversamplesandsolutions/home/checkpoint its can help litle bit more |
|||
|
|