I'm using a DTS package, saved as a Structured Storage File, which has 2 Global Variables to specify the Server and Database to run against.
From within VB I'm executing the package using the following Shell function;
Shell (dtsrun /NPackageName /FC:\Temp\DTSPackage.dts /AServerName:8="Server1" /ADatabaseName:8="Database1"
However, the package always runs against one specific server and database, whatever I pass in the Globals.
I've removed some references to this server and database which were in the Dynamic Properties, but could there be other references, set up when originally designed, that need to be removed?
From within VB I'm executing the package using the following Shell function;
Shell (dtsrun /NPackageName /FC:\Temp\DTSPackage.dts /AServerName:8="Server1" /ADatabaseName:8="Database1"
However, the package always runs against one specific server and database, whatever I pass in the Globals.
I've removed some references to this server and database which were in the Dynamic Properties, but could there be other references, set up when originally designed, that need to be removed?