Question : multiple indexes on a single table

I understand that a single index on a table can have a maximum of 16 columns.
What if I add a second index on the talbe with additonal columns.
Transact SQL lets me do this but I'm not clear on how this works and if it would improve performance.
Can anyone comment?

Answer : multiple indexes on a single table

Hello DaveChoiceTech,

you can create as many as 250 indexes on a table. but u should take care while choosing those indexes, first of all index can retrieve data faster but the insert operation will be slower if you have more no of inserts.

GOD BLESS,

Aneesh R.
Random Solutions  
 
programming4us programming4us