Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 2.12 KB

File metadata and controls

42 lines (33 loc) · 2.12 KB
title Complete Transact-SQL Snippets | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic article
helpviewer_keywords
IntelliSense [SQL Server], completing snippets
snippets [Transact-SQL], completing
Transact-SQL snippets, completing
ms.assetid a8316a58-bb57-485e-845f-84c23360314c
caps.latest.revision 6
author BYHAM
ms.author rickbyh
manager jhubbard

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