Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Target table contains Identity Column

Status
Not open for further replies.

Chao

MIS
Jun 17, 2002
27
0
0
US
I would like to import data from a text file into a temp table in SQL Server. However, the temp table has an identity column. How can I indicate that it should automatically generate an identity value for each imported record?
 
On the transformation section of the import, you need to Un-Check the Create Identity seed box

Thanks

J. Kusch
 
As a follow-up, this is found on the "Select Sources and Views" window that comes up during your DTS import setup.

Thanks

J. Kusch
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top