Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 SSMS 2012。我每天在远程桌面上运行一组 SQL 脚本并将数据备份到 Excel 电子表格。
我想自动化 SQL 脚本自动执行的过程,并将结果每天备份到单独的 Excel 表中。我怎样才能自动化呢?
1) 使用 SQL Server Management Studio 选择包含作为目标的表的数据库。
2) 右键单击并选择导入数据。完成 GUI 并将生成的 SSIS 包保存在文件系统上。
3) 使用 dtexec 命令执行步骤 2 中生成的 SSIS 包。
4) 使用内置的“at”命令(Windows 调度程序)或任务调度程序每天执行包。