Hi All,
I am having a table with 10 columns and more than ten million records.
Now i have to add one column, update some rank value with that column and finally i have
to create the non-clustered index for the same.
My question here is, which is best (Performance wise).
First fill the column with Rank function and create the index.
or
Create the index and fill the column with Rank function
Thanks in advance.
Regards,
Ramesh.P