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
 General SQL Server Forums
 New to SQL Server Programming
 SUSPENDED status

Author  Topic 

backend
Starting Member

8 Posts

Posted - 2013-09-10 : 15:12:07
Status SUSPENDED when creating a SP. Why? I killed it and it gets block again when I recreate it. Finally had to restart the service.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2013-09-10 : 15:46:59
What was blocking it? Did you do a DBCC INPUTBUFFER or sp_lock for the spid that was blocking your session? You'll need to investigate the blocking culprit.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

jackv
Master Smack Fu Yak Hacker

2179 Posts

Posted - 2013-09-11 : 01:42:37
If you want to monitor blocked processes , you have an option to use the Blocked Process report.http://www.sqlserver-dba.com/2013/04/blocked-process-report-and-how-to-read.html

You can set it to capture blocked processes over a certain threshold.

Jack Vamvas
--------------------
http://www.sqlserver-dba.com
Go to Top of Page
   

- Advertisement -