Viewing 5 posts - 1 through 6 (of 6 total)
Thanks everyone for your help.
Much appreciated.
Andrew
April 7, 2008 at 12:00 am
Jack Corbett (4/6/2008)
April 6, 2008 at 8:29 pm
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...
April 6, 2008 at 7:28 pm
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...
April 1, 2008 at 9:54 pm
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...
April 1, 2008 at 6:28 pm
Viewing 5 posts - 1 through 6 (of 6 total)