Re: How can I find out information about process based on spid?
From: Tom Moreau (tom_at_dont.spam.me.cips.ca)
Date: 09/10/04
- Next message: Andrew J. Kelly: "Re: How can I find out information about process based on spid?"
- Previous message: Question on SQL: "Shrinkfile does not find the file"
- In reply to: peja: "How can I find out information about process based on spid?"
- Next in thread: Andrew J. Kelly: "Re: How can I find out information about process based on spid?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 10 Sep 2004 15:19:59 -0400
Check out DBCC INPUTBUFFER in the BOL.
-- Tom --------------------------------------------------------------- Thomas A. Moreau, BSc, PhD, MCSE, MCDBA SQL Server MVP Columnist, SQL Server Professional Toronto, ON Canada www.pinnaclepublishing.com/sql "peja" <anonymous@discussions.microsoft.com> wrote in message news:9d6601c49768$c292cc90$a601280a@phx.gbl... Hi, sometimes I cannot connect to the server using enterprise manager because server is too busy, but I'm able to execute sp_who2 from query analyzer... This stored procedure provides me with the list of spids on the system, but it doesn't help me with what each of these processes actually is. For example, I cannot see the text of currently executed statement, like I'm able to see using EM (Current Activity). Is there any way (stored procedure with spid as a parameter, or query against some system table) which provides this info? Thanks, Peja
- Next message: Andrew J. Kelly: "Re: How can I find out information about process based on spid?"
- Previous message: Question on SQL: "Shrinkfile does not find the file"
- In reply to: peja: "How can I find out information about process based on spid?"
- Next in thread: Andrew J. Kelly: "Re: How can I find out information about process based on spid?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading