Hi,
I have a User table defined by :
ExternalID int
UserID int
FirstName nvarchar (30)
...
and a UserGroup table defined by :
GroupID int
UserID int
...
In the User table, UserID is unique while multiple rows may have the same ExternalID. In that case, that means that the same user have...
Hi,
I have a User table defined by :
ExternalID int
UserID int
FirstName nvarchar (30)
...
and a UserGroup table defined by :
GroupID int
UserID int
...
In the User table, UserID is unique while multiple rows may have the same ExternalID. In that case, that means that the same user have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.