Answer Posted / suraj
like this
select *
from dbo.Address
with (nolock)
-- above query doesn't hold lock while retrieving data.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are .mdf files?
What are locks in sql?
What is exporting and importing utility?
What is an entity-relationship diagram (erd)?
What is openxml in sql server?
Define msdb database?
How to receive returning result from a query?
How to set database to be single_user in ms sql server?
Can you explain different types of locks in sql server?
Name few of the dcl commands in sql?
What is the use of custom fields in report?
Explain what are the restrictions that views have to follow? : SQL Server Architecture
What is the difference between a unique key and primary key?
Can we insert data if clustered index is disabled?
Which table keeps the locking information?