Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
CRP
Starting Member
10 Posts |
Posted - 2007-09-13 : 03:10:24
|
I have a flat file(text file) where i have values for 3 columns seperated by a delimiter ','. Using bulk insert i need to push only the values of the 1st and 3rd columns. How to achieve this? I need the full code.Pls helpCRPRAJANC.R.P RAJAN |
|
mwjdavidson
Aged Yak Warrior
735 Posts |
Posted - 2007-09-13 : 05:12:22
|
[url]http://msdn2.microsoft.com/en-us/library/ms187908.aspx[/url]. But... How are you actually going about this? Have you thought about using a Flat File Source and SQL Server / OLEDB Destination Adapter for this?Mark |
 |
|
|
|
|