Viewing 3 posts - 1 through 3 (of 3 total)
Hi,
but how to execute package through code on 64 bit for Excel connection mamager.?
July 2, 2009 at 2:22 am
I want to run it through code,also it has some parameters. how can i achieve it?
July 1, 2009 at 5:30 am
Hi,
I am also facing the same problem.
I am executing package through code using Microsoft.SqlServer.Dts.Runtime assembly.
The method for executing the package is
Application app = new Application();
Package package;
package = app.LoadPackage(packagepath, null);
package.Execute();
it...
July 1, 2009 at 3:23 am
Viewing 3 posts - 1 through 3 (of 3 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy