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 2000 Forums
 SQL Server Administration (2000)
 Whats going on with the Stored Procedure :-((

Author  Topic 

Shastryv
Posting Yak Master

145 Posts

Posted - 2001-07-10 : 14:52:18
The stored procedure seems running when I launch from the QA but it in the Current activity it shows its sleeping. Can any one tell me how can I find whether it is running or not.

Sp_who2 Active shows the process is running but the status is sleeping

Select * from sysprocesses show the following output


spid blocked waittype waittime lastwaittype sid
------ ------- -------- ----------- ---------------- -----------------
15 0 0x0200 656 EXCHANGE sleeping

(1 row(s) affected)



Any comment in greatly appreciated


Shastry.V
   

- Advertisement -