I have a user::variable in a package and want to stored it in an xml file, rather than specified when the package variable is define.
there is no problem running the package with the value of the user::variable assigned and Save a copy of package to msdb to run as sql job. that value to User:variable stick.
it wont work when the user:variable is changed to something else with the entire variable configuration at runtime is saved as an xml file with the sql job point to the xml file.
i have even tried SET by SET Path element in the sql job for package and the package won't read in the value.
how to fix this problem?