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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loading a text file with 3 fields into a table with 4 fields

Status
Not open for further replies.

fgeorge

Programmer
Jun 28, 2002
76
NG
how can i load a text file with 3 fields into a table with 4 fields using bulk insert?
 
you can bulk insert into temp table with 3 fields then insert into real table as trivial insert
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top