I need to add a column with a unique primary key (using SQL Server 2008). I wanted to BULK load a great amount of data, but I found the repetition in field I was going to use.
I am asking for some hints and directions on the best choice of setting this up so that the key field is populated during the BULK load.