InterviewSolution
Saved Bookmarks
| 1. |
Explain the importance of config files in SSIS. |
|
Answer» The config file is used for providing inputs to the connection MANAGER about the properties used by the packages and tasks at the run-time. This is especially useful when the changes are deployed on multiple locations or servers as we do not have to worry every time package runs about configuration. Depending on the server or location, the config files are automatically picked and used.
|
|