Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server 使用Windows任务计划程序运行SSIS作业_Sql Server_Visual Studio 2012_Ssis_Scheduler - Fatal编程技术网

Sql server 使用Windows任务计划程序运行SSIS作业

Sql server 使用Windows任务计划程序运行SSIS作业,sql-server,visual-studio-2012,ssis,scheduler,Sql Server,Visual Studio 2012,Ssis,Scheduler,我是ETL世界的新手。我最近开始使用SSIS,在这方面遇到了几个问题 1.Can we run a SSIS Package using windows task scheduler? 2. If the above answer is yes,I don't have the SSMS installed on my machine. Can a SSIS package run in the absence of SSMS?(I do have Visual studio and SQL s

我是ETL世界的新手。我最近开始使用SSIS,在这方面遇到了几个问题

1.Can we run a SSIS Package using windows task scheduler?
2. If the above answer is yes,I don't have the SSMS installed on my machine. Can a SSIS package run in the absence of SSMS?(I do have
Visual studio and SQL server data tools installed)
3. Can a SSIS Package run in the absence of Visual studio and SQL Server Data Tools.Say for example, I create a SSIS package and then
remove Visual studio and SQL server data tools from my machine. Will
the Task scheduler still be able to run the SSIS package?

提前感谢。

您可以通过DTEXEC实用程序从命令提示符运行SSIS作业 检查此查询

dtexec/f /set\package.variables[变量];价值观

示例:-dtexec/f E:\test\u package\test\u package\package.dtsx /set\package.variables[id];一,


参考:-

为什么Windows任务计划程序不使用内置的Sql Server代理?我没有Sql Server Management studio来利用Sql Server代理。为什么不?它是免费的。。。无论如何您可以使用Windows任务调度器运行cmd,也可以使用cmd DTEXEC运行包。我可以单独从Microsoft的站点获取management studio吗?。你能提供更多关于第二点的信息吗?只需谷歌SSMS下载。下面是一篇关于DTEXEC的好文章: