Hello All,
I have table which are having like 5millions records in it. I would like to do table partition in order to increase performance. Can anyone please let me know how to do partition on identity column which primary key for that table (data type INT), because i dont have any date column in my table so i guess i can use only identity column.
Thanks