I am using Microsoft SQL Server Management Studio to work with a database. I am just a .Net developer with limited experience managing sql server, I am far from a real database administrator. In the next few days, the number of stored procedures will increase dramatically. More types and functions will also be created.
Is there a way to organize these items in folders? I do not want to have dozens of SPs under the same folder. It will be a pain to maintain.
Of course, I know that using a naming convention will help me, but is there anything else I can do?
Thanks.
source share