Skip to content

odesyatnyk/Exend.SqlServer.Snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exend.SqlServer.Snippets

This repository contains set of some useful frequently used T-SQL statements that are wrapped into snippets.

Supported IDEs

Available Snippets

  • DDL
    • Add Column Not Null
    • Add Column
    • Create Table
    • Drop Temp
    • Foreign Key
    • Join Table With Alias
    • Join Table
  • DML
    • Begin Tran Catch
    • Select All

Creating Your Own Snippets

TBD

Installation

TBD