5 lines
228 B
Plaintext
5 lines
228 B
Plaintext
CREATE NONCLUSTERED INDEX INDEX_TESTSETUP1 ON [dbo].[TestSetups]
|
|
(
|
|
[TestSetupName] ASC,
|
|
[TestSetupId] ASC
|
|
) |