首页 > 其他 > 详细

SSIS Package重新生成GUID

时间:2015-09-19 18:03:10      阅读:231      评论:0      收藏:0      [点我收藏+]

Package有一个标识ID,这个ID是GUID,如果通过一个已经存在的Package复制一个Package,那么这两个Package的Name和GUID是相同的,可以在Properties中Identification 目录中重新生成GUID,并重命名Name属性。

 

技术分享

Differentiating Package Copies

Log data includes the name and the GUID of the package to which the log entries belong. If you create a new package by copying an existing package, the name and the GUID of the existing package are also copied. As a result, you may have two packages that have the same GUID and name, making it difficult to differentiate between the packages in the log data.

To eliminate this ambiguity, you should update the name and the GUID of the new packages. In SQL Server Data Tools (SSDT), you can regenerate the GUID in the ID property and update the value of the Name property in the Properties window.

 

SSIS Package重新生成GUID

原文:http://www.cnblogs.com/ljhdo/p/4821708.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!