Viewing 5 posts - 1 through 5 (of 5 total)
what is the reason, why they can't co-exists?
August 18, 2015 at 3:33 pm
It is doable to load multiple tables into files dynamically.
within ADO enumerator, use SQL task for BCP command:
declare @sqlStr varchar(2000)
set @sqlStr = 'BCP TESTDB.[dbo].[customer] IN B:\Users\Documents\SQL Server Management Studio\customer24072015.txt...
July 25, 2015 at 6:02 am
hi Grasshopper,
you actually remind something, it is working now. many thanks
December 12, 2014 at 5:22 am
thanks for the reply, it really helps.
November 27, 2014 at 6:09 am
hi,
hope you can get the message. Have you heard epex? i got the same problem as yours. having a problem with data extraction and this only applies to varchar...
June 24, 2010 at 8:52 am
Viewing 5 posts - 1 through 5 (of 5 total)