| title | Using Comments | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 03/01/2017 | |
| ms.prod | sql-server-2016 | |
| ms.reviewer | ||
| ms.suite | ||
| ms.technology |
|
|
| ms.tgt_pltfrm | ||
| ms.topic | article | |
| applies_to |
|
|
| ms.assetid | 0e9e6eab-0343-4840-9690-1736552ce371 | |
| caps.latest.revision | 28 | |
| author | BYHAM | |
| ms.author | rickbyh | |
| manager | jhubbard |
[!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.