- Configuration make our package more dynamic – useful for deployment-
Package Deployment (Old Version) - 5 Types of Configuration: -
- XML Configuration (Best way)
- Environmental Variable
- This is tricky in deployment – need some manual creation involved
- Parent – Child configuration
- Registry configuration
- Like environmental variable – most people doesn’t use this
- Sql server configuration
- SSISConfiguration table will be created in the user database, which contains four column ConfigFile, ConfigValue, PackagedPath, ConfigValueType
- If we need to reconfigure, truncate data in SSISConfiguration table
=====================================================================
New - Project Deployment : -
- The configuration option not available
- SSISCatalog – db will be created
- Loging also available in SSISCatelog
No comments:
Post a Comment