What is the command used to check locks in microsoft sql server?
Answer / Rinku Rani
The SP_WHO2 or DBCC INPUTBUFFER command can be used to check locks in Microsoft SQL Server. The SP_WHO2 command displays information about all active processes, including those that hold locks on resources. The DBCC INPUTBUFFER command provides the text of the last executed command by a process holding a lock.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to assign new column names in a view?
What are the limitation of the Online Index Rebuild Operation?
How to test values returned by a subquery with the in operator?
How can u convert the Date to String?
If a table does not have a unique index, can a cursor be opened on it?
How to convert a table data in XML format in sql server?
After using delete statement in sql query to delete some records...to retrieve the deleted records we can get using rollback command but till that where it stores means particular location name i need....(after deleting and rollback )
3 Answers CarrizalSoft Technologies, iGate,
How to get @@error and @@rowcount at the same time?
When does the auto update index statistics feature in sql server turn itself on?q) what specific conditions database should meet, before you can bulk copy data into it using bcp?
how can you check the level of fragmentation on a table? : Sql server administration
What are the types of stored procedures in an sql server?
how to change column into row in sql
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)