Skip to content

Instantly share code, notes, and snippets.

@lgaa
Last active October 9, 2017 14:35
Show Gist options
  • Select an option

  • Save lgaa/c4f4a8202d103c294a10 to your computer and use it in GitHub Desktop.

Select an option

Save lgaa/c4f4a8202d103c294a10 to your computer and use it in GitHub Desktop.
Permissions for a SQL Server source system
-- 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