Results 1 to 2 of 2

Thread: Query to get Login Permission

  1. #1
    Join Date
    Sep 2005
    Posts
    43

    Question Query to get Login Permission

    Some one does have any query that can pull the

    Login Name,
    Databases it has access,
    and Permissions on that database(Like read, insert...etc).

    Any clues for writing a query on the same is appreciated.

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You will have to query sysprotects table in each database to get that information. syslogins table in master can only tell you server wide access.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •