how to implement locking in sql server
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rama krishna
no need to impliment locks sql server automatically holds
locks
| Is This Answer Correct ? | 5 Yes | 8 No |
Do you know what is rank function?
How can we remove orphan records from a table?
How many columns can exist together per table?
What is a constant or literal in ms sql server?
What are binary string data types in ms sql server?
When we can say that is in BCNF?
What is scan table/view and seek table/view when its occurs? : sql server database administration
What is dbcc?
How do I find the query plan in sql server?
What is data source document?
What is the use of =,==,=== operators?
What is a partitioned view?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)