SSIS Team Development

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



Answer this question

SSIS Team Development

  • lorijean44

    The development environment (BIDS) does support Source Control integration (VSS or other VS-compatible providers). You can work on the same project, with multiple people editing the packages in this project.

    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.

  • SSIS Team Development