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 |
how we can use a database with php.
What are different backups available in sql server?
Explain Geography datatype in SQL Server
What is ddl and dml commands?
when inserting to a table how many rows will be effected using triggers
Tell me what is the significance of null value and why should we avoid permitting null values?
What is the difference between clustered index and primary key?
What are the differences between stored procedure and the dynamic sql?
What are the benefits of filtered indexes?
How do you know if sql server is running on your local system?
What are unicode character string data types in ms sql server?
what is DTS what are tasks available
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)