Shortcut: Using script projects and solutions in SQL Server Management Studio
I’m puzzled that so few people use script projects and solutions when working with SQL Server Management Studio (SSMS).
They are easy to use. Let’s see an example:
Instead of just starting to create scripts, from the File menu, click New, then Project. You are greeted with the new Project dialog which also allows you to create a solution.

I’ve selected SQL Server Scripts as the project template. Note there is also one for Analysis Services scripts. I’ve named the project, picked a location, and chosen to create a new solution. I might choose to create a solution with a different name if it will contain multiple projects. In this case, I’m not doing that.
2018-05-07


