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
Write a SQL query to make a column as unique?
What are the diifferences between the ms sql server vs mysql?
What are the instances when triggers are appropriate?
what is the system function to get the current user's user id? : Sql server database administration
Give an example of SQL injection attack ?
What is store procedure? When do you use?
Can group by and orderby be used together?
How many types of attribute relationships are there? : sql server analysis services, ssas
Does sql server 2016 have ssms?
What's the information that can be stored inside a bit column?
How to use go command in "sqlcmd"?
How global temporary tables are represented and its scope?
How do I view a trc file?
Which tools are available to manage SQL Azure databases and servers?
List the advantages of using stored procedures?