Skip to content

A project to easily perform an access review of multiple servers/databases in MSSQL

License

Notifications You must be signed in to change notification settings

rmavery/mssql-access-review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mssql-access-review

A project to easily perform an access review of multiple servers/databases in MSSQL

Purpose

Looking for a repeatable way to query permissions from multiple database objects in a single server, and even multiple servers across an environment and return the specific database level access.

I'm starting with a SQL query put together by https://stackoverflow.com/users/9266/jeremy Which can be found at https://stackoverflow.com/questions/7048839/sql-server-query-to-find-all-permissions-access-for-all-users-in-a-database

The above query will return values from a single database, but has to be installed as a view on each database and run individually. My ultimate goal is to query multiple databases so I can see where all a specific servers permission is applied across multiple databases.

About

A project to easily perform an access review of multiple servers/databases in MSSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages