In the past I wrote DTS transforms entirely by myself. With SSIS, our team of several developers now wants each member to develop a piece of the same package.
Do SSIS packages support this type of simultaneous multi-developer creation or is it a "one developer at a time" type product
TIA,
Barkingdog

SSIS Team Development
lorijean44
But there is no support for simulatenous editing of the same package by multiple developers, so configure VS and/or source control to only allow checking out packages one person at a time.