Best Index Strategie...

  • Is it correct if I use a composite noneclusterdindex like this:

    FirstName + LastName + BirthDate

    i doen't need another index like this. The first index is enough?

    First Name + Last Name

    First Name

    or it has huge advantages for the performance?

    Best Regards

    Nicole 😉

  • The first index is enough, if your queries search on first name and last name or just on first name.

    If you have queries searching on last name then none of the indexes above will help.

    The SQL Guy @ blogspot[/url]

    @SeanPearceSQL

    About Me[/url]

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply