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!