Microsoft
Software
Hardware
Network
Question : uid to principal_id
In the older version, user was also some sort of 'uid'
sysusers.uid
sysmembers.memberuid
is it being change to principal_id in the new versions?
sys.schemas.principal_id
thanks
Answer : uid to principal_id
Yes, it is..
To confirm that, just run the query below:
select *, SUSER_name(principal_id), USER_name(principal_id)
from sys.schemas
Random Solutions
Citrix XenDesktop - Cannot Create or Join Farm - HELP
How can I uninstall a corrupt broadcom driver?
speak & auto type?
Extract the <title> tag content of a web page?
Windows XP Taskbar won't auto-hide
exchange 2003 how to find out who is sending large emails
text alignment in footer
How send an array by url with php???????
Trouble installing Panasonic Printer/Copier devices on SBS 2008
Intellisense-style auto complete in richTextBox c# windows forms control?