Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to know Who Is Blocking Your SQL Server?

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


Please Help Members By Posting Answers For Below Questions

What is database white box testing?

1176


What is a filestream?

1045


What is page-level compression?

1009


What is exclusive locks?

1011


What type of locking occurs during the snapshot generation? : sql server replication

1373


What are the filtered indexes?

1092


Determine when to use stored procedure to complete sql server tasks?

1107


In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram

2075


What is nolock hint in sql server 2008

1179


How to write the storeprocedure with in the store procedure? and how can we write the store procedure with in a trigger vice versa? plz post me the exact answer?

2628


Is resultset an interface?

1037


What are rows and columns?

1063


Explain external key management in sql server 2008

934


what is the information that can be stored inside a bit column? : Sql server database administration

1009


What is an execution plan? When would you use it?

1025