I have imported a very large data base having about 2000 stored procedures in SSDT to create dacpac. But I was suprised to see all my stored procedures was automatically divided into sub folder, like:
1) Procs1
2) Procs2
3) Procs3
I don't know the reason. Please help me out in this.
When you import from a database you are asked how may you want in each folder, I think it defaults to 1000
If you want to have them in one folder you can just move them via solution explorer.