Using "Identity Increment" during a DTS Import?

  • Am very new to SQL Server, just learning how to do an import using DTS wizard.  My table's 1st column is like a Sequence Number/PK (called Identity in MS SQL Lingo?). 

    Defined to start at seed 1, increment by 1. 

    I'm importing data for first time into this table from a

    comma-delimited file (which populates all other columns except for 1st column).  How do I make DTS Wizard generate the sequence number for that first column during the Import ?   Thanks!

  • Zap across the data from the temporary file to a temporary table.

    From, the temporary table zap across the data to the destination table by creating transformation.

    don't create a transformation for that particular column. Associate all other columns with respect to the temporary table.

    I hope it holds good.

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

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