Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 more than one want work on the same package

Author  Topic 

skk
Starting Member

8 Posts

Posted - 2009-03-23 : 14:31:59

if morethan one dev want work on the same package what properties do we need set.

if we want open the package devloped by other in different system and work on that

rgombina
Constraint Violating Yak Guru

319 Posts

Posted - 2009-03-24 : 09:30:31
Sounds like coordination with your team. The end result would be merging functionalities and package components. Central repository such as SourceSafe or subversion would be good to use. Just a suggestion.
Go to Top of Page

skk
Starting Member

8 Posts

Posted - 2009-03-24 : 09:34:06
thanks for the reply.

we are facing problems when we open the package in different system.

again we have to set the connections and mappings eventhough we set delayvalidation true.

is there any chance without loosing these.
Go to Top of Page

rgombina
Constraint Violating Yak Guru

319 Posts

Posted - 2009-03-24 : 09:49:55
How about using package configuration options such XML or database, etc. Here's one sample:

http://www.sql-server-performance.com/articles/dba/package_configuration_2005_p1.aspx
Go to Top of Page
   

- Advertisement -