Skip to content Skip to sidebar Skip to footer

How To Execute A Package In 32-bit Mode Using Dtexec.exe?

I have created SSIS Package (.dtsx) which is stored on my hard drive. I want to execute it by using command prompt utility. It is created in 64 bit environment and uses Excel Conne

Solution 1:

You can install a 32-Bit Version of dtexec.

http://msdn.microsoft.com/en-en/library/ms162810(v=sql.105).aspx

Post a Comment for "How To Execute A Package In 32-bit Mode Using Dtexec.exe?"