user permissions on db objects

  • Hi,

    For one database in testing server,I need to find out user perrmissions for 65 stored procedures.

    For example: user is having execute permission or read or write.In this way I need to find out.

    Can any please let me know how to find out.

  • The system views that you need are sys.database_principals and sys.database_permissions.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

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