Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.99 KB

File metadata and controls

38 lines (29 loc) · 1.99 KB
title Complete Transact-SQL Snippets
ms.custom seo-lt-2019
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology database-engine
ms.topic conceptual
helpviewer_keywords
IntelliSense [SQL Server], completing snippets
snippets [Transact-SQL], completing
Transact-SQL snippets, completing
ms.assetid a8316a58-bb57-485e-845f-84c23360314c
author MightyPen
ms.author genemi
manager craigg

Complete Transact-SQL Snippets

Once a [!INCLUDEtsql] code snippet has been inserted into a script, you edit the contents of the snippet to build a complete [!INCLUDEtsql] statement.

Completing Snippets

When you add a [!INCLUDEtsql] snippet to your script, the inserted snippet statement has one or more replacement points, which are highlighted. If you rest your mouse pointer on a replacement point, a tooltip appears with a description of the syntax element you can specify. The [!INCLUDEssDE] Query Editor recognizes the snippet as separate from the surrounding script until you close the source file. The replacement points remain active until you close the source file.

You can also add additional syntax elements to the template code inserted by a snippet. For example, the Create Table snippet template generates two column definitions; you must add additional column definitions to create a table with more than two columns.

Completing the Snippet Statement

  1. Use the TAB key to move from one replacement point to the next. Use SHIFT+TAB to move to the previous replacement point.

  2. Click CTRL+SPACE to invoke IntelliSense.

  3. Select an item from the list, or type a replacement of your choice.

See Also

Insert Transact-SQL Snippets
Insert Surround-with Transact-SQL snippets