Define Check points and End Points?



Define Check points and End Points?..

Answer / veeresh kethari

CheckPoints:Whenever we perform any DML operations in the
database,it will go to the checkpoint and then commit in
the database.If we don't have checkpoints,the data will get
store in transaction log file,once it got fill full,it will
make the database performance issues.
Endpoints:Endpoints are objects that represent a
communication point between the server and a client.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More SQL Server Interview Questions

how can we know that how many users are connected in perticuler server??????

2 Answers  


What are locks in sql?

0 Answers  


What is the difference between resultset and resultsetmetadata?

0 Answers  


What are various aggregate functions that are available?

0 Answers  


What is master database? : SQL Server Architecture

0 Answers  






What is Self Join?

4 Answers  


Can we use having clause without group by?

0 Answers  


What is lock escalation?

1 Answers  


What is the difference between executequery () and executeupdate ()?

0 Answers  


How to find 6th highest salary from Employee table ?

10 Answers  


i have a table #temp1(id, Name groupname ) and record like this 1 R1 S 2 R3 S 3 R2 S 4 R4 D 5 R5 D 6 R6 K 7 R7 K 8 R8 L 9 R9 L 10 R10 L 11 R11 K and i want to display record based on user defind sorting order e.g. 1 R4 D 2 R5 D 3 R6 K 4 R7 K 5 R11 K 6 R1 S 7 R3 S 8 R2 S 9 R8 L 10 R9 L 11 R10 L

8 Answers  


What happens if the update subquery returns multiple rows in ms sql server?

0 Answers  


Categories