New SQL Server project templates for VS2015 (Create User Defined Table Type.sql)
1: CREATE TYPE $SchemaQualifiedObjectName$ AS TABLE
2: (
3: Id INT, Name VARCHAR(128)
4: )
Comments (
)
Link to this page:
//www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-User-Defined-Table-Type-sql.htm
|