How To Create An Index Using T-SQL



TODO:

Have you ever wanted to create an index using T-SQL.  Below is simple syntax to do just that.

 

SOLUTION:

CREATE INDEX idx_SomeTable_SomeId ON SomeTable(Some_Id)

 

NOTES:

There are no notes on this topic.



Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading