Unix Technical Forum

Users cannot view stored procedure text

This is a discussion on Users cannot view stored procedure text within the SQL Server forums, part of the Microsoft SQL Server category; --> In SQL 2005 (we use Enterprise 64-bit SP2), the users cannot see the text of the stored procedures, functions, ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-01-2008, 02:49 PM
traceable1
 
Posts: n/a
Default Users cannot view stored procedure text


In SQL 2005 (we use Enterprise 64-bit SP2), the users cannot see the
text of the stored procedures, functions, etc.

This is a production database, so I cannot give them rights to modify
them, but they need to be able to see what the procs are doing.

I didn't have this problem in 2000 - how can I adjust the privileges
to allow them to view the contents of the Programmability objects?

thanks for any insight!!
Tracy

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-01-2008, 02:49 PM
Erland Sommarskog
 
Posts: n/a
Default Re: Users cannot view stored procedure text

traceable1 (tracykc@gmail.com) writes:
> In SQL 2005 (we use Enterprise 64-bit SP2), the users cannot see the
> text of the stored procedures, functions, etc.
>
> This is a production database, so I cannot give them rights to modify
> them, but they need to be able to see what the procs are doing.
>
> I didn't have this problem in 2000 - how can I adjust the privileges
> to allow them to view the contents of the Programmability objects?


You need to grant them VIEW DEFINITION on the procedures. To make it
simpler you grant them this permission on the schema:

GRANT VIEW DEFINITION ON SCHENA::dbo TO someuser

In SQL 2005, you don't have permissions to see system objects in the same
way you had in SQL 2000.

--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-01-2008, 02:49 PM
traceable1
 
Posts: n/a
Default Re: Users cannot view stored procedure text


Excellent! Gonig back to the Oracle way of doing things, eh? I will
try it - thank you so much!



On Apr 4, 5:23 pm, Erland Sommarskog <esq...@sommarskog.se> wrote:
> traceable1 (trac...@gmail.com) writes:
> > In SQL 2005 (we use Enterprise 64-bit SP2), the users cannot see the
> > text of the stored procedures, functions, etc.

>
> > This is a production database, so I cannot give them rights to modify
> > them, but they need to be able to see what the procs are doing.

>
> > I didn't have this problem in 2000 - how can I adjust the privileges
> > to allow them to view the contents of the Programmability objects?

>
> You need to grant them VIEW DEFINITION on the procedures. To make it
> simpler you grant them this permission on the schema:
>
> GRANT VIEW DEFINITION ON SCHENA::dbo TO someuser
>
> In SQL 2005, you don't have permissions to see system objects in the same
> way you had in SQL 2000.
>
> --
> Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se
>
> Books Online for SQL Server 2005 athttp://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books...
> Books Online for SQL Server 2000 athttp://www.microsoft.com/sql/prodinfo/previousversions/books.mspx



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:22 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com