How to execute a 32 bit SSIS package in a 64bit package?

前端 未结 2 1545
盖世英雄少女心
盖世英雄少女心 2020-12-11 21:26

I\'m working on a Integration Services project in order to build an ETL.

One of my packages contains multiple script tasks to parse Excel content (Microsoft Ace 12 d

相关标签:
2条回答
  • 2020-12-11 21:36

    possible to change package execution from 64 bit to 32 bit

    Projects Menu->Package Properties(Last in menu)->Debugging

    Change Run64BitRuntime->false

    Menuenter image description here

    0 讨论(0)
  • 2020-12-11 21:57

    You can use the Execute Process Task instead of executing it as a package. This will respect the x32/x64 setting.

    https://msdn.microsoft.com/en-us/library/ms141166.aspx

    http://toddmcdermid.blogspot.com/2009/10/quick-reference-ssis-in-32-and-64-bits.html

    0 讨论(0)
提交回复
热议问题