Hi
I'm using Microsoft SQL Server Management Studio to work with a database. I'm only a .Net developer with limited experience in managing sql server, I'm far from a real DBA. In next few days, the number of stored procedures are going to increase very much. Also more views and functions will be created.
Are there any way to organize this elements in folders? I don't want to have dozens of SP under the same folder. It will be a pain to maintain.
Of course, I know that using a name convention will help me, but are there anything more that I can do?
Thanks.