Answer Posted / xavier k.
Solution #1
Simply execute the sp_who2 active and check out the blocked
by column to check the blocked spid and blocked by spid
Solution #2
select * from sys.sysprocesses where blocked <>0
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is database isolation in sql server? : sql server database administration
What is a field name?
Explain the truncate command? : SQL Server Architecture
What is acid db?
How do you start single user mode in clustered installations?
What is the difference between a view and a stored procedure?
How to connect Azure federated root database and apply federation in entity framework?
Can foreign key be duplicate?
what is spatial nonclustered index
How to create a store procedure with encryption?
What is the use of sql profiler in sql server 2012?
Does the unique constraint create an index?
Tell me about builtinadministrator?
Explain difference between cross join and full outer join?
How to list all dsn entries on your local machine using odbc_data_source()?