PDA

Click to See Complete Forum and Search --> : "status" in table "sysusers"


JasonGS
Jun 6th, 2000, 12:20 PM
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???

Clunietp
Jun 6th, 2000, 12:48 PM
according to the books online:

column data type description
==============================================
status smallint For internal use only.


sorry!

JasonGS
Jun 7th, 2000, 01:10 PM
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!

JHausmann
Jun 8th, 2000, 12:00 AM
Problem with that is that they may change, over time.