Forum Replies Created

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

  • RE: Performance: Every nth item

    Thanks everyone for your help.

    Much appreciated.

    Andrew

  • RE: Performance: Every nth item

    Jack Corbett (4/6/2008)


    So you really aren't looking for every nth item you are looking for n records, these are 2 very different requirements. Couldn't you load each location separately?...

  • RE: Performance: Every nth item

    Thanks Jeff,

    We don't have a Primary Key defined on the table.

    We do have a unique clustered index on (LOCATION, ITEM, DATE).

    Should we define this combination of columns as the Primary...

  • RE: Performance: Every nth item

    Thanks, Jack.

    Yes, we do inserts into this table, and rollbacks are possible. However, we don't really need the 'exact' nth item.

    The business reason: We have an application which...

  • RE: Performance: Every nth item

    Thanks Antonio,

    No, I am not looking for random data - I need every nth item, ordered by item.

    The real database has (many) other tables, including an item table, with exactly...

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