Re: Table Type Permissions
- From: "Dan Guzman" <guzmanda@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 3 Sep 2009 21:25:27 -0500
Users need EXECUTE permissions in the table type in order to use the type to pass table-valued parameters to a stored procedure. REFERENCES permission on the type is needed for a user to create a stored procedure that uses the type as a parameter.
--
Hope this helps.
Dan Guzman
SQL Server MVP
http://weblogs.sqlteam.com/dang/
"Daniel Jameson" <no_djameson_spam@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:%23S4gT0CLKHA.1336@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
The SQL 2008 BOL topic on GRANTing permissions to TYPEs is not explicit on what the results of granting specific permisisons are. In particular, what are the results of GRANT EXECUTE ON TYPE::MyType and GRANT REFERENCES ON TYPE::MyType? I'm particularly interested in table types and using them for table valued parameters in stored procedures.
--
Thank you,
Daniel Jameson
SQL Server DBA
Children's Oncology Group
www.childrensoncologygroup.org
.
- Follow-Ups:
- Re: Table Type Permissions
- From: Daniel Jameson
- Re: Table Type Permissions
- References:
- Table Type Permissions
- From: Daniel Jameson
- Table Type Permissions
- Prev by Date: RE: SQLIO Server 2008
- Next by Date: RE: SQLIO Server 2008
- Previous by thread: Table Type Permissions
- Next by thread: Re: Table Type Permissions
- Index(es):
Relevant Pages
|
Loading