Forum Replies Created

Viewing 5 posts - 1 through 6 (of 6 total)

  • RE: Slow query performance

    Hi again,

    i've reconfigured the indices and it works great! Thanks for your suggestions...and yes I'll redesign the poorly normalized table 😉

    Bye, Tobi

  • RE: Slow query performance

    You're right, I already considered splitting up this table, but I was afraid that I can't query the data for each separate column with a single SP -> would yield...

  • RE: Slow query performance

    GilaMonster (5/29/2008)


    Then I revise my suggestion - normalise your table.

    You've got a very unnormalised design which will make it hard if not impossible to create covering indexes.

    Thanks, but what do...

  • RE: Slow query performance

    Here are the defs for the table and for the indices. The problem is, that I'm using a SP with dynamic sql to dynamically change the sql statement to query...

  • RE: Slow query performance

    Well, you're right! There's a difference - but why?! He should use the same index, shouldn't he?!

Viewing 5 posts - 1 through 6 (of 6 total)