My question is not really a programming issue, but more about how to use the software. Well, I have a file containing all my stored procedures for a web page (about 100 stored procedures). When I open the file, I minimize the stored procedures, so the file is easier to sift. I was wondering if there is a way to minimize all stored procedures at once.
I know that in Visual Studio you can highlight all the code by pressing CNTRL + M + M, and this will minimize all functions. Anything like that in SQL Server 2012?
Thanks.
source share