简体   繁体   中英

creating batch file to run sql query in sql developer and store result in excel sheet

I am creating a batch file that will be executed daily at a specific time. The batch file will execute a .sql file. The .sql contains a complex select statement. I have created the sql file using Sql Developer. Also the output of the sql must be stored in an excel sheet with name as todays date.

I have read posts related to batch file to run the sql script but have not found clear answers. I am completely new to batch files. Thanks

尝试使用bcp命令http://sqlfool.com/2008/12/bcp-basics/和 queryout 选项

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM