-
If a user belongs to the db-datareader database role, does he automatically have implied VIEW DEFINITION rights?
-
If the following is executed
GRANT EXECUTE TO [Domain\Account]
GO
..Does this grant [Domain\Account] access to all Stored Procedures and Functions of all kinds including procedures that will be created in the future (or must the statement be run again each time new routines are added?)
1 Answer