February 16, 2012 2:00 PM
Posted by: Denny Cherry
sp_who3,
SQL ServerSQL Server is a damn good product, but it sure isn't perfect. Like any good product out there people have come up with things that can be bolted onto the core to make SQL Server even better. Witho
April 24, 2008 12:23 PM
Posted by: Denny Cherry
ERRORLOG,
sp_who3,
SQLThat "s" is new in SQL Server 2005. It means that the SPID is a system process. For example my database is having a problem with tempdb running out of space for no reason. When I look in the log I see that SPID 118s is the offending SPID. When I watch SPID 118 using
October 24, 2007 5:09 AM
Posted by: Denny Cherry
DataManagement,
sp_who3,
SQL,
T/SQLI've published this before over on tek-tips.com, but I figured that I'd republish it here as well. I've written an update for sp_who2 which I call sp_who3. It can be most useful when trying to diagnose slow running queries as it can provide a wealth of information in a single...