Pass variable externally to a SSIS Package
Hi Can I trigger an ssis package to run by vba and pass a variable value to it ? Thanks
July 28th, 2011 2:48am

Not sure about the VBA code.. Work Around: Call Storeprocedure in your VBA application and pass the parameters dynamically. <tt>exec xp_cmdshell 'dtexec /f mypackage.dtsx /set \package.variables [myvariable].Value;myvalue'</tt> <tt>let us know your obseravtion</tt> Let us TRY this | Mail me My Blog :: http://quest4gen.blogspot.com/
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2011 3:07am

Execute package : http://msdn.microsoft.com/en-us/library/ms136090.aspx. Basically using Package.Execute(); Working with Variables : http://msdn.microsoft.com/en-us/library/ms136082.aspxHappy to help! Thanks. Regards and good Wishes, Deepak. In a revamp of my Blog!
July 28th, 2011 3:08am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics