Explain how to use transactions efficiently : transact sql
How do you determine the current isolation level? : Transact sql
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
What is the default isolation level in sql server? : Transact sql
Define concurrency control. : Transact sql
What is pessimistic concurrency control? : Transact sql
How to use transactions efficiently : transact sql
Explain locks? : Transact sql
What is the least restrictive isolation level? : Transact sql
What is optimistic concurrency control? : Transact sql
What is the most restrictive isolation level? : Transact sql
Explain isolation levels. : Transact sql
as a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this? : Sql server administration
what is the primary use of the model database? : Sql server administration
you have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem? : Sql server administration