I need to append data on a monthly basis to a SQL table. The first column in the table it a PK identity column called P_ID.
When i try to append the data from excel using DTS it tells me i can't choose ignore for that column because i can't use nulls there. I also don't want to pass data to the column because i just want it to update automatically when i add the new data.
Any help would be greatly appreciated.
Kathy
When i try to append the data from excel using DTS it tells me i can't choose ignore for that column because i can't use nulls there. I also don't want to pass data to the column because i just want it to update automatically when i add the new data.
Any help would be greatly appreciated.
Kathy