Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

How to download and install microsoft sql server management studio express?

1094


When would you use the stored procedures or functions?

1052


How do I edit a stored procedure in sql server?

971


What is the difference between Stored Procedures and triggers?

1134


How to delete a database in ms sql server?

1322


Can you explain powershell included in sql server 2008?

992


What are the operating modes in which database mirroring runs?

1138


Define normalisation?

1155


What is difference between delete and truncate commands?

1172


Do you know concepts and capabilities of sql server?

1114


How do I find the size of a sql server database?

982


Explain what is the purpose of sql profiler in sql server?

1132


explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?

2550


How to recreate an existing index in ms sql server?

1117


How can you find out how many rows returned in a cursor?

1086