Wednesday, March 7, 2012

I need to create index on a column containing sequential numbers with at least s

I need to create index on a column containing sequential numbers with at least seven significant digits. Which index would be best suited for this task?Not enough info:

What are your inserts versus queries?

Do you have a PK?

Is there already a clustered index on the table?

how will the column be updated, inserted and also deleted by?

No comments:

Post a Comment