I always get trouble when migrating package from DEV to STG/PROD because of the connection problem.
My environment is MS SQL 2008 R2.
DEV and STG/PROD are seperated by inner network securty control.
In developing phase, I develop package (named PKG_DEV) on DEV machine and DEV DB.
I'll create a datasource called DS_DEV to retain the connections.
Once the unit test is ready, I'll clone this package and name it PKG_STG, add datasource DS_STG.
Because DEV cannot connect to STG, I need to put those files to STG , open BIDS to finish connection settings of PKG_STG.
If there's any change on SSIS spec, I need to do all the process again from DEV, very tedious.
I know it's a bad design because not every server with BIDS installed.
How can I improve the process ?
My environment is MS SQL 2008 R2.
DEV and STG/PROD are seperated by inner network securty control.
In developing phase, I develop package (named PKG_DEV) on DEV machine and DEV DB.
I'll create a datasource called DS_DEV to retain the connections.
Once the unit test is ready, I'll clone this package and name it PKG_STG, add datasource DS_STG.
Because DEV cannot connect to STG, I need to put those files to STG , open BIDS to finish connection settings of PKG_STG.
If there's any change on SSIS spec, I need to do all the process again from DEV, very tedious.
I know it's a bad design because not every server with BIDS installed.
How can I improve the process ?