DTS with Identity Column

  • My destunation table in SQL Server has an Identity Column. The rest of the columns are identical to the source table in Access. I need that identity column as unique identifier.

    When I Import the records from Access to SQL, I got error message saying I am attempting to insert NULL value into my identity column. Yet, I have already set that column to have identity seed of 1, and I would expect the rows being inserted with incremental numbers in that column. AM I right?

    Anybody has any information to share on this? I appreciate it.

  • Wel, I think I solved this one myself.

    Make sure to click on "Transform" button and have the "Enable Identity Insert" check box unchecked.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply