It's not documented (but suser_sid is documented). If you
look at what it's doing, it's essentially just executing:
select user_sid(suser_sid('SomeUser'))
which returns the sid. The sids are stored in sysusers,
sysxlogins.
-Sue
On Tue, 4 May 2004 16:26:02 -0700, "partymonkey"
<anonymous (AT) discussions (DOT) microsoft.com> wrote:
Quote:
What does the SQL command user_sid do? Where does it get it's data? It is currently used in sp_change_users_login, but I cannot find any documentation on this function.
Thanks |