Skip to content

Instantly share code, notes, and snippets.

@samirbehara-zz
Created December 20, 2016 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samirbehara-zz/8b469b4391798d46cca1f71759b6b35a to your computer and use it in GitHub Desktop.
Save samirbehara-zz/8b469b4391798d46cca1f71759b6b35a to your computer and use it in GitHub Desktop.
-- Use Code Snippets to generate the syntax of your Non Clustered Index
CREATE UNIQUE NONCLUSTERED INDEX IX_TableName_Col1
ON dbo.TableName
(column_1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment