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 is the correct order of the logical query processing phases?
What do you mean by tablesample?
Can we call stored procedure in trigger?
What is key set driven?
What is the purpose of sql profiler in sql server?
what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration
What are the difference between “where” and “having” clause in sql server?
What is the difference between dropping a database and taking a database offline?
Can a synonym name of a table be used instead of a table name in a select statement?
Can you edit the .rdl code associated with a linked report?
What is an index in sql?
What sql server means?
Explain transaction isolation levels in sql server?
Describe how to use the linked server?
How to create a view with data from multiple tables?