Hi,
I have a file which contains the data
2:23:3#1:2:4#2:3:5
i have to insert the data in to the table in multiple rows from a single file
as
#--indicates to be inserted in next row
: --indicates next column
column1 column2 column3
2 23 3
1 2 4
2 3 5
I need to use BCP.
Can any one let me know how to write the BCP command for this in t-sql
Thanks
Software/Hardware used:
ASKED:
December 23, 2008 2:34 PM
UPDATED:
January 8, 2009 12:29 PM
Thanks for your inputs..