Non-clustered indexes can be numerous in SQL Server 2008 I remember from my Sybase days that SQL Server tables could support up to 255 indexes. One clustered index and 254 non-clustered indexes. In ...
A couple of questions:<BR>First about index selection where if your WHERE criteria doesn't include the first column in a non-clustered index the server will NOT use the index. i.e.: You search for ...