Hi:

I have a table that has 3 million rows. The table does not currently have a primary key defined. I want to add an ID column which will contain an increasing sequential number and use it for the primary key. I was wondering what will be the quickest way to populate this column.

Thanks,

Una.