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
SSIS and variable issues
xml to array
BESX 5.0.1.4 and Exchange 2010 Users can't activate enterprise email
How to program well
How to generate an HTML file if I've got the HTML body?
visual studio 2008 installation issue
Calculating the date.
how to replace all any chr(10)/chr(13) _not_ within html tags with a <br>
Windows 2003 R2 and WSS 3
VB.NET Setup Installing App Files Without Asking What Folder to Install