When attempting to do some extra transforms in a transformation script, i have started getting 'cannot insert null value...' errors because i am not passing any data to the id field which is an identity column.
The column is not selected in the Destination Columns and there is no 'Enable Identity Insert' checkbox in the Transform data task dialog.
How do I get dts to ignore the id field?