Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.66 KB

File metadata and controls

40 lines (31 loc) · 1.66 KB
title Move Items in a 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
moving items
solutions [SQL Server Management Studio], item relocation
relocating items
ms.assetid b40a24eb-f528-4e70-b26e-5eaf6e0ed1ed
author markingmyname
ms.author maghan

Move Items in a Solution

[!INCLUDEappliesto-ss-asdb-asdw-pdw-md] Project items in [!INCLUDEssManStudioFull] projects are Queries, Connections, and Miscellaneous files. You can move Queries and Miscellaneous Files between projects in Solution Explorer, but Connections cannot be moved.

To move items in Solution Explorer

  1. In Solution Explorer, select the item you want to move.

  2. On the Edit menu, click Cut.

  3. In Solution Explorer, select the destination.

  4. On the Edit menu, click Paste.

You can move items by dragging Query and Miscellaneous files within Solution Explorer. Dragging allows you to see the outcome of the drag operation. Moving queries from one project type to another may cause queries to be considered as miscellaneous files in the target project.

Note

Moving a connected query does not move the connection to the target project. The query will lose its connection after it is moved to the target project.

See Also

Solution Explorer
Copy Items in a Solution