Last active
October 9, 2017 14:35
-
-
Save lgaa/c4f4a8202d103c294a10 to your computer and use it in GitHub Desktop.
Permissions for a SQL Server source system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Permissions for a SQL Server source system: | |
| ROLE [db_datareader] | |
| GRANT VIEW DEFINITION | |
| GRANT SELECT ON OBJECT::sys.sql_expression_dependencies |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment