Every time I try to insert data through DTS, I get an error for the last row stating:
"Error at destination for row 12...Cannot insert the value NULL into column 'CallID", table "NEWTESTSQL.dbo.CallList"; column does not allow NULLS."
If I change the file to an excel file, it says that the import was successful, but no data appears in the table. I am using the DTS wizard when I do this. Any help or information would be greatly appreciated.
Drew
"Error at destination for row 12...Cannot insert the value NULL into column 'CallID", table "NEWTESTSQL.dbo.CallList"; column does not allow NULLS."
If I change the file to an excel file, it says that the import was successful, but no data appears in the table. I am using the DTS wizard when I do this. Any help or information would be greatly appreciated.
Drew