Hi, I'm importing a table from another data source, deleting an existing table in a SQL database and replacing the data with the new imported data. My problem is that in the destination table there needs to have a primary key, an integer column. Is there a way that when I'm exporting the new data to the destination table that I could populate an integer column with a random number or auto number?
Thanks,
Michael
Thanks,
Michael