简体   繁体   English

SQL Server 2016中SQL Server Integration Services服务器的用途是什么?

[英]What is the use of SQL Server Integration Services Server in SQL Server 2016?

In SQL Server there is a separate Server we install for SSIS but when we deploy a project it goes to SQL Server Database engine (Integration Services Catalogs, SSISDB). 在SQL Server中,我们为SSIS安装了单独的服务器,但是当我们部署项目时,它将转到SQL Server数据库引擎(Integration Services Catalog,SSISDB)。

同时连接到SQL Server和Integration Services的对象资源管理器

What is the use of this Integration Services here? 该集成服务在这里有什么用? I'm new to this and couldn't find any article talking about this Integration Services login. 我对此并不陌生,找不到任何有关此Integration Services登录的文章。

In SSIS, when you choose package deployment model and create a deployment utility ie Deployment manifest , at that time we have option of deploy it on integration services. 在SSIS中,当您选择程序包部署模型并创建部署实用程序(即Deployment manifest )时,我们可以选择将其部署在集成服务上。

In SQL 2012+ By default we use project deployment which creates our .dtsx in SSISDB folder under Integration Service Catalog. 在SQL 2012+中,默认情况下,我们使用项目部署来在Integration Service Catalog下的SSISDB文件夹中创建.dtsx

As said in comments, it is just for compatibility purpose now. 正如评论中所说,这只是出于兼容性目的。

Here is a short demonstration of how to use it : 这是有关如何使用它的简短演示:

图片1

then click next : 然后点击下一步:

image2

Now you will be able to see the package inside MSDB folder. 现在,您将可以看到MSDB文件夹中的软件包。 From here you can run the package as well as maintain it. 在这里,您可以运行和维护程序包。

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

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