January 6, 2005 at 5:47 pm
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!
January 7, 2005 at 11:46 am
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 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy