0

How can I group my stored procedure under folders in Sql server management studio 2008, Can I group and move related stored procedure to it.This should maintain the structure during database backup also.

asked Dec 17, 2016 at 14:56

2 Answers 2

2

SQL Server/SSMS does not have this functionality. However, you can use SQL Server Data Tools (ideally with source control integration) to organize database objects to your liking independently of the physical database deployment(s).

answered Dec 17, 2016 at 15:11
0

Short answer: you can't.

You can upvote the microsoft connect suggestion for that, even though it is closed as "won't fix".

There are paid SSMS addins that will do that, though not exactly how you describe it:

If you are looking for a way to find database objects quickly, some free alternatives would be:

answered Dec 17, 2016 at 15:19

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.