Logins and permissions- reporting

  • I am trying to set up security in our test environment- up till now, everyone most people just used SA.

    I would like to generate some reports so I can review what we have now, and what I set up.

    Report 1:

    In particular, I would like to see

    For each Database, who has access

    Example:

    DB Capital

    User01 R,W

    User02 R

    User03 R,W

    DB Company

    User02 R

    User04 R,W

    Report 2:

    For each login, what db access do they have

    ExampleL

    User01

    Capital R,W

    User02

    Capital R

    Company R

    Where R= Read

    W = Wrote

  • You can take hlp of the extended stored procedure sp_table_privileges.

    May be this will you.

    Relationships are like Banks.You Invest the Principal and then get the Interest.


    He who knows others is learned but the wise one is one who knows himself.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply