What is Check point? Explain in Brief what it will do?

Answer Posted / samba shiva reddy . m

When we done operation on SQL SERVER that is not commited directly to the database example:we are deleting bulk records from server but in between power shut down or some thing happened then that transaction is not committed from our side if we create check point on that delete statement after deleting some records it will save as check point next no need to delete those records again if check point is not there means we have to start form scratch.All operation must be logged in to Transaction Log files after that they should be done on to the main database.CheckPoint are the point which alert Sql Server to save all the data to main database if no Check point is there then log files get full we can use Checkpoint command to commit all data in the SQL SERVER.When we stop the SQL Server it will take long time because Checkpoint is also fired.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is INSTEAD OF trigger directly applicable to Table ?

735


What is the purpose of optimization?

720


Why are sql functions used?

767


Create a dts package to produce a text file using the ‘update statistics’ command for the tables in a database with obsolete statistics.

703


Explain following error properties?

725






Explain the cursor lock types?

735


What are the methods used to protect against sql injection attack?

798


What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?

926


Explain the difference between HTTP and HTTPS in database?

746


What is the difference between local and global temporary tables?

783


Explain trigger and its types?

797


How do you implement session management in SQL Server mode?

718


What does it mean to normalize data?

664


what method you can use to reduce the overhead of Reporting Services data sources?

200


What are the rendering extensions of ssrs?

125