I'm new to SSIS
and i want to generate an excel file from sql table.
sql table : mydata
Id date value
1 2013-02-2 236823
2 2013-02-3 185454
Now I need to generate and excel file which will gives me an input like
only date
and value
how can i generate that excel file?
please give me any thread it would be great help.
I have tried to do start data flow task
inside i have taken ole db source
and write sql query select date ,value from mydata
then added Excel destination
?
But it is giving me an error in excel destination :
external table is not in expected format
excel destination
:external table is not in expected format
– ashuthinks Mar 20 at 16:34Excel file
open or r u using anypassword
protected file ? – praveen Mar 20 at 16:39C:\test` and insert
date,value` from sql table to excel file.. how can i do that? – ashuthinks Mar 20 at 16:48