| title | Using Comments | Microsoft Docs |
|---|---|
| ms.custom | |
| ms.date | 06/13/2017 |
| ms.prod | sql-server-2014 |
| ms.reviewer | |
| ms.technology | ssms |
| ms.topic | conceptual |
| ms.assetid | 0e9e6eab-0343-4840-9690-1736552ce371 |
| author | stevestein |
| ms.author | sstein |
| manager | craigg |
[!INCLUDEssManStudioFull] allows you to easily comment out a portion of your script.
-
Use your mouse to select the text
WHERE LastName = 'Sanchez'. -
On the Edit menu, point to Advanced, and then click Comment Selection. The selected text is commented out with dashes (--).
In addition to using the Edit menu, you can comment or uncomment a selected portion of your script by using either of the following methods:
-
Click the buttons on the SQL Editor toolbar.
-
Press CTRL+K and CTRL+C to comment the text, or press CTRL+K, CTRL+U to uncomment the text.