May 20, 2015 at 12:18 am
Hi,
I need to run a task where I need to eun a query and output it to CSV, for some reason, I manage to run the SQL task but how can I save it as a csv as a result file?
May 20, 2015 at 12:35 am
Hi,
Use OleDB source in your Data Flow task to get results and try using Flat File Destination for your output?
May 20, 2015 at 2:56 am
Hi,
Thanks for the reply and it seems to be simple, the problem is on my query, it has 3 temp tables that is created and it says "No column information is returned by the SQL command
May 20, 2015 at 3:27 am
May 20, 2015 at 3:54 am
Thanks, that do the trick and setting SET NOCOUNT ON / OFF around the store procedure fix some other issue. Many many thanks.:-D
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply