In SQL Server 7's system table named "sysusers", there is a field named "status" which I presume is an enumeration of their currect activity, does anyone know what the different values mean or where I might find this information???
Printable View
In SQL Server 7's system table named "sysusers", there is a field named "status" which I presume is an enumeration of their currect activity, does anyone know what the different values mean or where I might find this information???
according to the books online:
column data type description
==============================================
status smallint For internal use only.
sorry!
if its internal then I shouldnt see it, eivl MS bastard, im selling my shares! :)
my goal in life is to find out what the values are!
Problem with that is that they may change, over time.