Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: 64 bit runtime issue

    Hi,

    but how to execute package through code on 64 bit for Excel connection mamager.?

  • RE: 64 bit runtime issue

    I want to run it through code,also it has some parameters. how can i achieve it?

  • RE: 64 bit runtime issue

    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...

Viewing 3 posts - 1 through 3 (of 3 total)