InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) Schema modification (Sch-M) locks are used when a table data definition language operation is being performed(b) By default, SQL Server transactions times out after a certain time(c) Disallowing a locking level can affect concurrency adversely(d) Table-level locking hints can be used when a finer control of the types of locks acquired on an object is requiredI have been asked this question in an interview for job.My question is from Locking topic in chapter Performance Tuning and Optimization of SQL Server |
|
Answer» Right choice is (b) By DEFAULT, SQL Server transactions times out after a certain time |
|