i have a table with several rows..i want to create a key on a field that i wil include in my WHERE sql statements..the field will not be a primary key but the degree of uniqueness will be very high..
What i mean is that there may be a few fields in the table
with the same value for this field but generally the degree of uniqueness is 95%.i have an autoincrementing integer primary key on the table but i doesnt appear in sql statements..
can u show me how to create this index in TSQL and what will it be (clustered or non clustered)?
Thx
What i mean is that there may be a few fields in the table
with the same value for this field but generally the degree of uniqueness is 95%.i have an autoincrementing integer primary key on the table but i doesnt appear in sql statements..
can u show me how to create this index in TSQL and what will it be (clustered or non clustered)?
Thx