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
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 permissions for SPs & views in sql 2005

Author  Topic 

buzzi
Starting Member

48 Posts

Posted - 2009-04-23 : 09:06:54
Hello all,
How can i give read access to stored procedures & views in sql server 2005.I dont want to give ddl_admin permissions, because it will alow the user to modify??

Thanks for your help

tclaw
Starting Member

5 Posts

Posted - 2009-04-23 : 11:18:18
I believe you're looking for the GRANT VIEW DEFINITION ON [OBJECT] to [USER]
Go to Top of Page

buzzi
Starting Member

48 Posts

Posted - 2009-04-23 : 19:15:35
Thanks that is exactly that i am looking for
Go to Top of Page
   

- Advertisement -