Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 Help

Author  Topic 

sqlfresher2k7
Aged Yak Warrior

623 Posts

Posted - 2012-03-07 : 13:29:25
It looks there is deadlock issue occuring for the some SSIS jobs.
I need an advice and query to implement to periodically check for hung threads and remove them.

Thanks for your help in advance.

X002548
Not Just a Number

15586 Posts

Posted - 2012-03-07 : 13:37:18
sp_who2

<under breath>
freakin SSIS
</under breath>

Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx


Want to help yourself?

http://msdn.microsoft.com/en-us/library/ms130214.aspx

http://weblogs.sqlteam.com/brettk/

http://brettkaiser.blogspot.com/


Go to Top of Page

sqlfresher2k7
Aged Yak Warrior

623 Posts

Posted - 2012-03-07 : 13:38:53
Thanks..
Create session events would help..
Go to Top of Page
   

- Advertisement -