Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.75 KB

File metadata and controls

45 lines (32 loc) · 1.75 KB
title Drag and Drop Text
ms.custom seo-lt-2019
ms.date 03/14/2017
ms.prod sql
ms.prod_service sql-tools
ms.technology scripting
ms.reviewer
ms.topic conceptual
helpviewer_keywords
dragging and dropping text
Query Editor [SQL Server Management Studio], dragging and dropping text
ms.assetid 623354b8-fa56-4167-862a-98c468dd8a22
author markingmyname
ms.author maghan
monikerRange >=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current

Drag and Drop Text

[!INCLUDEappliesto-ss-asdb-asdw-pdw-md] You can select text and then drag and drop it in another location. You can drag and drop text:

  • From Object Explorer into the editor to create a query.

  • From one location to a different location in the current editor.

  • Between editors.

  • To the [!INCLUDEmsCoName] Windows Recycle Bin.

To drag and drop text

  1. Select the text you want to move, either with the mouse or with the keyboard.

  2. Left-click the highlighted text and continue holding down the mouse button.

  3. Move the mouse cursor to the destination where you want to place the text.

  4. Release the mouse button to drop the text.

Dragging text moves it; that is, the text is erased from the old location and moved to the new location. Pressing the CTRL key while dragging text copies it to the new location. Dragging an object from Object Explorer is an exception and does not delete the object name from Object Explorer.

See Also

Navigate Code and Text