--- title: "Create a New Solution" ms.custom: seo-lt-2019 ms.date: "01/19/2017" ms.prod: sql ms.prod_service: "sql-tools" ms.reviewer: "" ms.technology: ssms ms.topic: conceptual helpviewer_keywords: - "solutions [SQL Server Management Studio], creating" ms.assetid: 05a7edd9-8acc-4ccd-abc9-33ced53265de author: "markingmyname" ms.author: "maghan" --- # Create a New Solution [!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)] When you create a project, [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] creates a solution to contain it. You can only open one solution at a time. [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] does not allow you to create folders within projects. To organize your work, create multiple projects. To access Solution Explorer, click **Solution Explorer** on the **View** menu. ### To create a new solution and project 1. On the **File** menu, point to **New**, and then click **Project**. 2. In the **New Project** dialog box, click a type of project. 3. Optionally modify the project name in the **Name** text box. 4. Optionally modify the path for the solution in the **Location** text box. 5. Optionally modify the solution name in the **Solution Name** text box. 6. Click **OK**. ## See Also [Solution Explorer](../../ssms/solution/solution-explorer.md) [Open Solutions from Source Control](https://msdn.microsoft.com/library/ms174216.aspx)