SQL To EXCEL
Hi,
I have some SQL querys i would like to run using an Outbound SQL Adapter and save the returned rowsets in excel format (each rowset in a seperate excel file).
What is the best way to do this?
Thanks
Discussion (4)0
Comments
Check this example of SQL to Excel.
You might need to adjust the code to use Outbound SQL Adapter but the general gist it the same.
Thanks!
Will Check
Hi Eduard,
How do i set credentials and connection string to run against an external MSSQL Server?.
Thanks
Check the docs for SQL Gateway.