Aug 22, 2003 #1 fgeorge Programmer Joined Jun 28, 2002 Messages 76 Location NG how can i load a text file with 3 fields into a table with 4 fields using bulk insert?
Aug 22, 2003 #2 Kolt Programmer Joined Aug 22, 2003 Messages 27 Location RU you can bulk insert into temp table with 3 fields then insert into real table as trivial insert Upvote 0 Downvote
Aug 22, 2003 #3 Sabnac Programmer Joined Dec 8, 2002 Messages 41 Location BE Just look here : http://doc.ddart.net/mssql/sql2000/html/adminsql/ad_impt_bcp_57qd.htm Upvote 0 Downvote