I am importing a set of data from text file which doesn't have ID for records.
I want to import all data into a table and generate ID for each records automatically. The ID collum is Primary Key of the table. I set "allow identity insert" as true when I set up DTS. But it give me error message says that ID collum can't be "NULL"
Thanks!
I want to import all data into a table and generate ID for each records automatically. The ID collum is Primary Key of the table. I set "allow identity insert" as true when I set up DTS. But it give me error message says that ID collum can't be "NULL"
Thanks!