码迷,mamicode.com
首页 > 数据库 > 详细

部署到Sql Server的package,可以通过SSISDB 提供的API来查询和操作

时间:2015-11-10 17:33:28      阅读:361      评论:0      收藏:0      [点我收藏+]

标签:

使用Project Deployment Model部署到Sql Server之后,SSISDB负责管理这个Project,

 

参考文档URL:Integration Services Language Reference

https://msdn.microsoft.com/en-us/library/dn198335.aspx

 

This section describes the Transact-SQL API for administering Integration Services projects that have been deployed to an instance of SQL Server.

Integration Services stores objects, settings, and operational data in a database referred to as the Integration Services catalog. The default name of the Integration Services catalog is SSISDB. The objects that are stored in the catalog include projects, packages, parameters, environments, and operational history.

The Integration Services catalog stores its data in internal tables that are not visible to users. However it exposes the information that you need through a set of public views that you can query. It also provides a set of stored procedures that you can use to perform common tasks on the catalog.

Typically you manage Integration Services objects in the catalog by opening SQL Server Management Studio. However you can also use the database views and stored procedures directly, or write custom code that calls the managed API. Management Studio and the managed API query the views and call the stored procedures that are described in this section to perform many of their tasks.

部署到Sql Server的package,可以通过SSISDB 提供的API来查询和操作

标签:

原文地址:http://www.cnblogs.com/ljhdo/p/4953555.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!