What are the minimal priveleges an SQL Server User must have to Generate a DDL Script using SMO #171
Unanswered
leonardosarraff
asked this question in
Q&A
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hello everybody,
my name is Leonardo Sarraff and i'm using the SMO in order to generate the DDL Scripts of tables and stored procedures. Currently, i'm in development enviroment and i'm using my SQL Server Sysadmin user to generate the scripts. But in Production Enviroment i will not be able to use a Sysadmin user, so i need to know what are the minimal priveleges an SQL Server User must have to sucessed when calling the Script() function of Table or Stored Procedure Classes.
Thanks everybody!!!
Beta Was this translation helpful? Give feedback.
All reactions