CREATE NONCLUSTERED INDEX INDEX_TESTSETUP1 ON [dbo].[TestSetups] ( [TestSetupName] ASC, [TestSetupId] ASC )