SYSTEM TABLE THAT STORES USERS

F

ftrujill0

is there a system table that I can query to get user name information?

thanks in advance
 
G

Graham Mandeno

The table is not in your database, but in your workgroup (MDW) file. It is
named MSysAccounts.

You can't get anything from it except the list of users and groups, because
the other data is encrypted.
 
Top