TABLE 1: BOL Description of New Sysprocesses Columns
Column Data Type Description
sql_handle binary(20) Represents the currently executing batch or object.
stmt_start int Starting offset of the current SQL statement for the specified sql_handle.
stmt_end int Ending offset of the current SQL statement for the specified sql_handle. (-1 indicates that the current statement runs to the end of the results returned by the fn_get_sql() function for the specified sql_handle.)