开发者

Add SSIS packages to Microsoft Visual Source Safe

开发者 https://www.devze.com 2023-02-01 15:40 出处:网络
I have bunch of SSIS packages. Now we have 3 developers who will be working on it. These packages need to be added to the VSS.开发者_JAVA百科 What is the best way to add packages to Visual Source Safe

I have bunch of SSIS packages. Now we have 3 developers who will be working on it. These packages need to be added to the VSS.开发者_JAVA百科 What is the best way to add packages to Visual Source Safe ?


I would recommend adding your packages to (a) project(s) on Visual Studio, grouping them however makes sense. You can then add the entire project to Source Safe, and manage the packages/projects as you would any other project.

0

精彩评论

暂无评论...
验证码 换一张
取 消