Monday, 8 October 2012

SSIS - Overiding Package Variable Configuration Values on the Command Line

To overide SSIS pacakge variable values set in configuration files with those specified on the command line the following can be added to the command line.
/Set \Package.Variables[User::start_date].Properties[Value];2012-09-09

No comments:

Post a Comment