Automate using SQL Express to export to Excel (not CSV)

不羁的心 提交于 2019-12-12 01:05:45

问题


I need to export about 20 different query results into one Excel file in seperate tabs.

I know we can use SSIS pacakage but as I am using express addition it will not let me save it. As I will be running this checks every fortnight I am looking for some automattion.

Any suggessions?


回答1:


Are you looking for a tool or for a method ?

I know 2 tools that can do this : http://www.r-tag.com/Pages/ReportManager.aspx http://www.hybing.com/report-genie.html

Report genie is free for personal use and $25 for business.

R-Tag is $25, but is giving 1 free license per company (can be requested from here: http://www.r-tag.com/Pages/FreeCrystalReportsViewer.aspx)

R-Tag has also a scheduler (not included in the free license)



来源:https://stackoverflow.com/questions/15896765/automate-using-sql-express-to-export-to-excel-not-csv

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!