Viewing 3 posts - 1 through 4 (of 4 total)
Hi everyone,
Managed to solve it. Added a column to store the string I need and used it in bcp.
Thanks for all of your support.
Cheers!
June 7, 2010 at 7:38 pm
#1177285
Hi!
Thanks for your reply.
Yes my select query runs.
This is my select query
select 'LOAD DATA INFILE ''D:\load\dat\' + TableName + '.dat''' +
...
June 7, 2010 at 2:36 am
#1176964
Hi buddies,
This sql statement works fine. I have tested it.
June 6, 2010 at 9:56 pm
#1176927