码迷,mamicode.com
首页 > 其他好文 > 详细

Legacy Package Deployment1: Package Deployment Model Overview

时间:2015-11-11 14:41:13      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:

所谓的Legacy Package Deployment Model是指Package Deployment Model,相对于Project Deployment Model而言,这种Deployment Model出现较早,管理比较粗糙,Legacy(传统)。在Package Deployment Model下,可以创建Package Configurations,存储Property/Value Pair。配置Project 的属性,生成Deployment utility,使用Deployment utility将Packages部署到File System 或 Integration Servic中。

 

技术分享

 

Package Deployment Model Overview:

SQL Server Integration Services includes tools and wizards that make it simple to deploy packages from the development computer to the production server or to other computers.

There are four steps in the package deployment process:

  1. The first optional step is optional and involves creating package configurations that update properties of package elements at run time. The configurations are automatically included when you deploy the packages.

  2. The second step is to build the Integration Services project to create a package deployment utility. The deployment utility for the project contains the packages that you want to deploy

  3. The third step is to copy the deployment folder that was created when you built the Integration Services project to the target computer.

  4. The fourth step is to run, on the target computer, the Package Installation Wizard to install the packages to the file system or to an instance of SQL Server.

Related Tasks                                        

For information about how to create a deployment utility, see Create a Deployment Utility.

For information about how to deploy packages using the deployment utility, see Deploy Packages by Using the Deployment Utility.

For information about how to create package configurations, see Create Package Configurations.

 

参考文档:

https://msdn.microsoft.com/en-us/library/ms137592(v=sql.110).aspx

Legacy Package Deployment1: Package Deployment Model Overview

标签:

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

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