perfectchaoss
Programmer
Hi,
I have a table in my database that uses more than one field as a Unique ID. The table is growing very large and i would like to index it. However SQL requires a single field as the unique identifier to create an index. Is thier anyway to index the table so without adding a brand new identifier? the fields that make up the identifier are:
Date, ItemNumber and Store
thanks in advance,
JF
I have a table in my database that uses more than one field as a Unique ID. The table is growing very large and i would like to index it. However SQL requires a single field as the unique identifier to create an index. Is thier anyway to index the table so without adding a brand new identifier? the fields that make up the identifier are:
Date, ItemNumber and Store
thanks in advance,
JF