October 20, 2015 at 4:26 am
Hi,
I want to maintain all configurations in Single table can u suggest me the best way to approach it.
Thanks
October 20, 2015 at 4:29 am
when storing the configurations in SQL Server you need to enter a configuration filter value as well, this filter value helps differentiate between configurations for one package vs others
October 20, 2015 at 4:34 am
configuration should be the sql server configaration.
eg:
I have a generic package which holds multiple configurations. i need to differentiate those configurations while setting the value
October 20, 2015 at 4:37 am
October 20, 2015 at 4:48 am
it is sql server configuration. and it refers connection strings and file paths etc not control flow logic.
October 20, 2015 at 5:07 am
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply