简体   繁体   English

在应用服务器上运行SSIS / SSDT

[英]Run SSIS/SSDT on app server

My company is insisting that we not run SSIS/SSDT jobs on the DB server, but instead run them on an app server and since they're not offering any assistance how this possible I'm trying come up with ways to do it. 我的公司坚持要求我们不要在数据库服务器上运行SSIS / SSDT作业,而应在应用程序服务器上运行它们,并且由于它们没有提供任何帮助,因此我正在尝试提供解决方法。 Here are my ideas so far, but would like to know of any approaches tried that work. 到目前为止,这是我的想法,但想知道尝试该工作的任何方法。

  • Install SSDT2013 on the app server and use the 32bit db it creates to schedule and run jobs on the DB server 在应用程序服务器上安装SSDT2013并使用它创建的32位db在数据库服务器上计划和运行作业
  • Use VBS (scripts) to launch the packages 使用VBS(脚本)启动软件包
  • Use DMO to launch jobs 使用DMO启动作业

Ideas? 有想法吗?

If they want them to run on the app server then they will need to buy a SQL license for it. 如果他们希望它们在应用程序服务器上运行,则需要为其购买SQL许可证。

Start there and see if they will run them on the db server! 从那里开始,看看他们是否可以在数据库服务器上运行它们!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在SSDT之外运行SSIS包(2017) - Run a SSIS Package outside of SSDT (2017) 如何在SERVER上安装SSIS / SSDT自定义任务 - How to install SSIS/SSDT custom task on SERVER SSIS包应该在数据库SQL Server还是单独的应用程序服务器上运行? - Should SSIS Packages run on a database SQL Server or a separate app server? 使用SSIS / SSDT进行Redshift - Redshift with SSIS/SSDT 将SSIS包从BIDS 2005升级到SSDT 2015,尝试运行该包会出现“无法访问属性IsExternal”错误 - Upgraded SSIS package from BIDS 2005 to SSDT 2015, trying to run it gives “cannot access property IsExternal” error 要在 SSDT 之外运行 SSIS package,您必须安装集成服务或更高版本的过滤器数据(排除 888) - To run a SSIS package outside of SSDT you must install Filter Data(Exclude 888) of Integration Service or higher 我可以使用SQL Server 2012 Express使用SSDT / BIDS / SSIS吗? - can I use SSDT/BIDS/SSIS using SQL Server 2012 express? SSDT2012版SSIS包可以在SQL Server 2012上执行吗? - SSDT2012 version SSIS package can be execute on SQL Server 2012? 从 SSDT 2015 部署 SSIS 包 - SSIS package deployment from SSDT 2015 x64中的SSDT-BI SSIS? - SSDT-BI SSIS in x64?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM