We have Table in Sql Server 2008 with columns as under
CLI_ID
INSURANCEPOliCY_No
INS_Cmpny
SUM_ASSURE
...........
Here CLI_ID , INSURANCEPOliCY_No are the composite primary key.There are more then 2 crores of rows in the table.Now we are creating a non-clustered index on CLI_ID.Is this going to improve the performance in searching or tell me any way to make it more faster.Any help is appreciated.