InterviewSolution
Saved Bookmarks
| 1. |
How To Pass Property Value At Run Time? How Do You Implement Package Configuration? |
|
Answer» A property value like connection string for a Connection MANAGER can be passed to the pkg USING package configurations.Package Configuration provides different options like XML File, Environment VARIABLES, SQL Server Table, Registry Value or Parent package variable. A property value like connection string for a Connection Manager can be passed to the pkg using package configurations.Package Configuration provides different options like XML File, Environment Variables, SQL Server Table, Registry Value or Parent package variable. |
|