How to: Create New Solutions
When you create a project, SQL Server Management Studio creates a solution to contain it. You can only open one solution at a time. SQL Server Management Studio does not allow you to create folders within projects. To organize your work, create multiple projects. If you plan to create a multi-project solution, see Multiproject Solutions.
To access Solution Explorer, click Solution Explorer on the View menu.
To create a new solution and project
On the File menu, point to New, and then click Project.
In the New Project dialog box, click a type of project.
Optionally modify the project name in the Name text box.
Optionally modify the path for the solution in the Location text box.
Optionally modify the solution name in the Solution Name text box.
Click OK.
See Also
Tasks
How to: Open Solutions from Source Control
Concepts
Introduction to Solutions, Projects, and Items
Solutions as Containers
Multiproject Solutions