|
|
Browse by Tags
All Tags » script » users (RSS)
-
The following query will get you the information to find out the groups that contain user login token on that server principal:
SELECT name, usage, type FROM sys.login_token
ORDER BY usage, type, name
go
To find any Windows principal in the token that has an entry in SQL Server server_principals view ...
|
|
|