Sql Server keeps on changing option to build Non clustered Index on a table. 1st time, SQL Server gave warning to build a index on 18 columns to improve performance by 55%. I build those indexes and then the SQL ran for 16 minutes and gave new warning to build index differently on the same table to improve performance by 70%. However, when I run the SQL after implementing new Indexes, it runs for over 30 minutes. Is there any recommendation on what attributes should be included for Non clustered right after table name and Include option?