【问题标题】:For SSIS Tutorial, the difference between deploying to the Integration Services Catalogs and the Integration Services Server对于 SSIS 教程,部署到 Integration Services 目录和 Integration Services 服务器之间的区别
【发布时间】:2017-10-10 19:15:00
【问题描述】:

我已经阅读了 Create a PackagesDeploy Packages 的 Microsoft SSIS 教程。首先,我转换为项目部署模型,然后通过 SSISDB 目录进行部署。第二,我必须将部署包传输到目标服务器进行安装,然后登录到集成服务服务器运行它。好像第一个是[当前项目部署模型,第二个是遗留包部署模型](https://docs.microsoft.com/en-us/sql/integration-services/packages/deploy-integration-services-ssis-projects-and-packages),如果我没记错的话。

我的问题是你什么时候会选择第二个选项?集成服务服务器有什么用途?当我在第一个选项中通过 SSISDB 目录进行部署时,为什么我的包不在 Integration Services 服务器的 Stored Packages 文件夹中?反之亦然。

非常感谢!

【问题讨论】:

    标签: sql-server ssis


    【解决方案1】:

    尽我所能逐条回答:

    我的问题是你什么时候会选择第二个选项?集成服务服务器有什么用途?

    • 传统包部署模型,顾名思义是传统。它在 SQL Server 2012 之前使用。为了支持客户和客户的现有项目,它在 2012+ 仍然存在。

    • Integration Services Server 仅用于包部署模型,而不是项目部署模型(第二个问题的答案)。

    当我在第一个选项中通过 SSISDB 目录进行部署时,为什么我的包不在 Integration Services 服务器的 Stored Packages 文件夹中?反之亦然。

    • 如上所述,Integration Services Server 仅用于包部署模型而不是项目部署模型。

    • 基本上,项目部署模型将 SSIS 项目(和包)存储在 Integration Services Catalogs > SSISDB 中,而包部署模型将包存储在 Integration Services Server > Stored Packages > File System

    您可以从microsoft technetmicrosoft msdnmicrosoft document 中详细了解差异

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-08-16
      • 1970-01-01
      • 2016-06-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多