Select the product you need help with
Definition of sysprocesses waittype and lastwaittype columns for SQL Server 7.0Article ID: 244455 - View products that this article applies to. This article was previously published under Q244455 SUMMARY
The sysprocesses table in SQL Server is a virtual table containing information about active server process IDs (SPIDs). The lastwaittype field is new in SQL Server 7.0 and is a string representation of the waittype field (which is a reserved internal binary column). It indicates the last or current waittype of a SPID. If the waittype is 0x0000, the SPID is not currently waiting on anything and the lastwaittype value indicates the last waittype the SPID experienced. If the waittype is non-zero, the lastwaittype and waittype will be equivalent and indicate the current waitstate for the SPID. This article lists the possible lastwaittype values, their associated waittype values, and a brief description of their meaning. MORE INFORMATION
The following waittypes indicate waiting on the lock specified in the Description column. The waitresource column will show the specific resource the SPID is attempting to lock. Collapse this table
The following waittypes indicate waiting on a page latch that is specified in the Description column. The waitresource column will show the resource which the process is attempting to acquire a latch on. The lastwaittype string will indicate the latch mode the process is waiting on. For more information on page latches, see the "Latching" topic in SQL Server 7.0 Books Online. Collapse this table
The following events indicate that the execution of the user connection is suspended until a particular event happens: Collapse this table
PropertiesArticle ID: 244455 - Last Review: May 2, 2005 - Revision: 2.2
| Article Translations
|


Back to the top








