Link to home
Start Free TrialLog in
Avatar of Webboy2008
Webboy2008

asked on

sql server management tools

I use  sql server management 2008 and try to get all the existing stored procedures.
I go to stored procedure folder and only see system stored procedures...
where can I view /modify all of the existing sp?
Avatar of jetskij16
jetskij16
Flag of United States of America image

So when you go to [DatabaseName] -- [Programmability] -- [Stored Procedures] only teh system stored procedures are showing.  This could mean that your userid does not have permmissions to the stored procedures.  One way would to check the user permssions at the database lvl to see what role(s) and securable level permissions are configured.
ASKER CERTIFIED SOLUTION
Avatar of Rich Weissler
Rich Weissler

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Webboy2008
Webboy2008

ASKER

thank guys. I got another question if you have time.
https://www.experts-exchange.com/questions/27827179/sql-issue.html
And you are sure that database does have stored procedures?
Did any of the solutions proposed help you with this original question?