• GilaMonster (7/20/2012)


    I don't understand what you're asking.

    My question is the following:

    there is an existing table with lets say 5 indexes(1 clustered + 4 nonclustered).

    The Estimated Execution Plan of SSMS, for a particular stored procedure or query, suggests to add 3 more nonclustered indexes (for the same table), and I add them just for my SP to execute faster.

    After that I don't need the last 3 indexes. The questions is: Is it enough just to drop those 3 indexes, or i have to drop them and additionally rebuild the old (the 5 indexes) indexes?

    Regards

    IgorMI

    Igor Micev,My blog: www.igormicev.com