Answer Posted / pandians
In SQL Server 2005, 2008, 2008 R2,...
Select Session_ID, Blocking_Session_ID From
Sys.Dm_Os_Waiting_Tasks Where Blocking_Session_ID Is Not
Null
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is sql server used for?
What stored by the msdb?
Where are SQL server users names and passwords are stored in sql server?
How to connect of datebase with sql express.?
What is single-user mode and what are the steps you should follow to start sql server in single-user mode?
What stored by the model?
Why do we use functions?
Explain mixed authentication mode of sql server?
Is sql server is free?
What is provisioning, billing and metering, and connection routing concepts in the service layer?
what are the Prerequisites for Replication?
How to rename databases in ms sql server?
What is 2nf in normalization?
Can a database be shrunk to 0 bytes, if not, why?
How to rename an existing column with the "sp_rename" stored procedure in ms sql server?