all groups > sql server clients > february 2006 >
You're in the

sql server clients

group:

Unable to view all procedures in management studio



Unable to view all procedures in management studio Quinn
2/8/2006 9:52:31 PM
sql server clients: I manage access to our databases via global group. All of the developers on
my team are in this global group. In our testing environment I only grant
this global group read access to the database. In SQL 2000, even with this
limited level of access, users are still able to see all objects in Query
Analyzer. However in management studio none of the developers can see any
stored procedures. Even when querying sys.objects the information for the
procedures do not return. I have verified that there are no filters in
management studio. Does anybody have any idea what is going on?

RE: Unable to view all procedures in management studio petery NO[at]SPAM online.microsoft.com
2/9/2006 12:00:00 AM
Hello Quinn,

This is secruity design change in SQL 2005. You could try this statments:

GRANT VIEW ANY DEFINITION TO public

Please see following article for more details:

http://www.microsoft.com/technet/technetmag/issues/2006/01/ProtectMetaData/d
efault.aspx

Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

=====================================================



This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
[quoted text, click to view]
Re: Unable to view all procedures in management studio Quinn
2/10/2006 3:38:37 PM
Sorry. I forgot to mention that they can see some of the procedures but not
all. Also when I try to use a SQL login which only has execute permissions,
I can see some procedures ( but a different set of procedures ) but not all.
Really weird.



[quoted text, click to view]

Re: Unable to view all procedures in management studio petery NO[at]SPAM online.microsoft.com
2/13/2006 12:00:00 AM
Hello,

Did you try on different database/new database? If you run "GRANT VIEW ANY
DEFINITION TO public", does it make any difference?

Also, do the SPs that cannot be seen has different schemes?

Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

=====================================================



This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
[quoted text, click to view]
AddThis Social Bookmark Button