(SQL) SQL (2014)

New SQL Server project templates for VS2015 (Create Table.sql)

   1:  CREATE TABLE $SchemaQualifiedObjectName$
   2:  (
   3:      [Id] INT NOT NULL PRIMARY KEY
   4:  )


Comments ( )
Link to this page: //www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-Table-sql.htm
< THANKS ME>