To Grant View Definition Permission to a User or Role in SQL Server
To turn on this feature across the board for all databases and all users you can issue the following statement:
USE master |
To turn on this feature across the board for all databases for user "User1" you can issue the following statement:
USE master |
No comments:
Post a Comment