This is an example of the correct syntax of the Create Index…
This is an example of the correct syntax of the Create Index Statement: CREATE NONCLUSTERED INDEX [NonClusteredIndex-20181104-234439] ON [dbo].[final] ( [id] ASC, [icd9] ASC, [AgeAtDX] ASC ) GO
Read Details