Hi,
Does anyone knows if there is a way to grant users view stored procedures.
I am using SQL 2005. Thanks in advance.
I got an errors and not sure if it's the correct syntax:
GRANT VIEW DEFINITION ON SCHENA:dbo TO [CompDomain\BizTlkAdmin]
GO
Russell Fields - 24 Jul 2008 19:27 GMT
Lam,
Very close, but a couple of typing errors:
GRANT VIEW DEFINITION ON SCHEMA::dbo TO [CompDomain\BizTlkAdmin]
Notice that there are two ':' characters.
RLF
> Hi,
>
[quoted text clipped - 5 lines]
> GRANT VIEW DEFINITION ON SCHENA:dbo TO [CompDomain\BizTlkAdmin]
> GO