Viewing the domain groups that are used to get into SQL

Last week Linchi Shea wrote a posted a blog entry entitled “How does that AD user account get access to the database?”.  In it Linchi shows a method of finding out the domain groups that a SQL Server user uses to access the database.

There is however an easier, method you can use.

There is a system extended stored procedure called xp_logininfo.  Microsoft was even kind enough to document the procedure for us.  You can use this procedure to see what group a use belongs to, or what users are in a domain group, all from T/SQL.

For example, on my sandbox instance if I run

[sql]EXEC xp_logininfo ‘CORPdcherry'[/sql]

I get a result set which says that I gained my access to the SQL Server via the “BUILTINAdministrators” group.

This is a nice quick and easy method to see what domain group a user used to access the SQL Server.

Denny

Share

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Trust DCAC with your data

Your data systems may be treading water today, but are they prepared for the next phase of your business growth?

Denny Cherry & Associates Consulting
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.