SSISDB1:使用SSISDB管理SSIS Projects

SSISDB在Project Deployment Model下管理SSIS Projects,通过TSQL与package交互,提供视图查看执行信息,stored procedure执行package等功能。Catalog objects包括Folder, Project, Package, Executable和Parameter。关键字段如object_type区分项目与包参数,value_type指示值来源。此外,可通过[catalog].[catalog_properties]查看配置,如日志清理周期、保留天数等。Operations and Project Version Cleanup通过SSIS Server Maintenance Job删除旧数据,保持数据库大小。" 116892860,8341740,C语言入门:计算机语言概述,"['C语言', '编程语言', '计算机基础', '编程入门', '编译原理']
摘要由CSDN通过智能技术生成

使用Project Deployment Model,将SSIS Project部署到Integration Services Catalog之后,SSISDB负责管理SSIS Project。在SSISDB中,有两个schema:internal和catalog。Internal 框架下的object是内部使用的,catalog框架下的object是供user使用的。在SSISDB中,能够使用TSQL和package交互,比如,使用视图查看package的执行信息,调用stored procedure执行package,根据package的history message对package进行troubleshoot,管理package执行的参数或环境变量。

一,Catalog objects

1,Catalog的object 有Folder,Project,Package ,Executable 和 Parameter

  • 使用 [catalog].[folders] 查看Folder
  • 使用 [catalog].[projects] 查看Project
  • 使用 [catalog].[packages] 查看Package
  • 使用 [catalog].[executables] 和 [catalog].[executable_statistics] 查看Executable
  • 使用 [catalog].[object_parameters] 和 [catalog].[execution_parameter_values] 查看 Parameter

Executable 是package的可执行组件,位于Control flow tab中,是一个Task 或者 Container。

An executable is a task or container that you add to the control flow of a package.

2,参数

[catalog].[object_parameters] :Displays the parameters for all packages and projects in the Integration Services catalog.

关键的字段:

Column name

Data type

Description

parameter_id

bigint   

The unique identifier (ID) of the parameter.

project_id

bigint      

The unique ID of the project.

object_type

smallint     

The type of parameter. The value is 20 for a project parameter and the value is 30 for a package parameter.

object_name

sysname   

The name of the corresponding project or package.

</
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值