Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Granting Select on Views

Author  Topic 

dvaddi
Starting Member

21 Posts

Posted - 2007-12-04 : 11:35:47
Hello,

How do , I grant select privileges on all the Views of the database to a user in SQl 2005. All the tables and views in the database are under the dbo schema.

Thanks.

Zoroaster
Aged Yak Warrior

702 Posts

Posted - 2007-12-04 : 11:41:41
Here is a script to do that:
http://www.tech-recipes.com/rx/2298/sql_server_2005_easily_grant_select_all_tables_views




Future guru in the making.
Go to Top of Page
   

- Advertisement -