SSIS:
I am using SSIS package to get sql to an excel file output.
The operation failed due to the character string between sql and excel.
However I was able to use the import export utility to execute sql to flat file which works beautiful.
So I am trying to get Ascii to excel.
SSIS: SQl --> Excel (Failed operation due to unicode...)
So I am trying to do the following:
SSIS: SQL --> Flat file (Works ok)
I need to do:
SSIS: SQl --> Flat File --> Excel (???)
Please advice
thank you
Dre
I am using SSIS package to get sql to an excel file output.
The operation failed due to the character string between sql and excel.
However I was able to use the import export utility to execute sql to flat file which works beautiful.
So I am trying to get Ascii to excel.
SSIS: SQl --> Excel (Failed operation due to unicode...)
So I am trying to do the following:
SSIS: SQL --> Flat file (Works ok)
I need to do:
SSIS: SQl --> Flat File --> Excel (???)
Please advice
thank you
Dre