We have a user who only uses the SQL Server 2000 database to run one or more DTS packages that reads from tables & exports the data. The user should be able to do nothing else.
In particular, we want to restrict the user from seeing - let alone modifying - any stored procedures, user-defined functions, etc.
Which would make more sense: setting the user's membership to one of the predefined roles (db_datareader?), or creating a specialized role that defines SELECT permissions on each table?
Thanks much in advance.
Bryant Farley
"The Dude Abides
In particular, we want to restrict the user from seeing - let alone modifying - any stored procedures, user-defined functions, etc.
Which would make more sense: setting the user's membership to one of the predefined roles (db_datareader?), or creating a specialized role that defines SELECT permissions on each table?
Thanks much in advance.
Bryant Farley
"The Dude Abides