Dougbert.com
Microsoft SQL Server Integration Services and more by Douglas Laudenschlager.

64-bit Considerations for SQL Server Integration Services

Herewith my best effort to restate the contents of the Books Online topic, 64-bit Considerations for Integration Services, more simply and cleanly. Unfortunately the BOL topic has become quite messy over time, as one bandage is applied over another, and the costs of localization prevent me from trashing it and starting over. Please see the link for more details on any of the following points.

Not much has changed in 64-bit support from SQL Server Integration Services 2005 to 2008. At least you no longer have to worry whether scripts are precompiled or not.

Potential problems in a 64-bit setup

  • 32-bit tools not installed. The 32-bit runtime and tools are not automatically included when you install 64-bit Integration Services. If you have packages that need to run in 32-bit mode, then you have to select an additional option on the Feature Selection page of Setup. On x64, this can be BIDS or Management Tools - Complete; since BIDS is not available on Itanium, on Itanium you must check Management Tools - Complete.
  • 32-bit tools run by default. When the 32-bit tools are also installed, the path to the 32-bit tools appears BEFORE the path to the 64-bit tools in the PATH environment variable. Therefore, if you just type "dtexec" at the command prompt, for example, you are running the 32-bit version of the tool. Your options are to type the full 64-bit path, make the 64-bit directory the current directory first, or change the order in the PATH environment variable. Our testing has not shown any negative side-effects to changing the order of the PATH, but I make this suggestion cautiously.

Features that DON'T work on any 64-bit operating system (x64 or Itanium)

  • DTS. You cannot run DTS packages in 64-bit mode on x64, or at all on Itanium. Therefore you also cannot use the Execute DTS 2000 Package task in these circumstances. Of course on x64 you can run DTS packages, or SSIS packages that run DTS packages, in 32-bit mode, after manually installing the optional DTS run-time support. For more information, see my post DTS support in SQL Server 2008 "Katmai".
  • Excel, Access, Jet. You have to run packages that use the Jet provider (Access and Excel) in 32-bit mode.
  • SQL Server Compact. You have to run packages that use the SQL Server Compact provider in 32-bit mode.
  • Logging to SQL Server Profiler. You can only use package logging to SQL Server Profiler in 32-bit mode.

Features that DON'T work on the Itanium 64-bit operating system

  • BIDS.
  • DTS.

Integration Services tools that ARE available in a 64-bit version

  • Runtime.
  • dtexec.
  • dtutil
  • SQL Server Import and Export Wizard (dtswizard).

Integration Services tools that are NOT available in a 64-bit version

  • Execute Package Utility (dtexecui). After using this tool to develop and test a dtexec command line, make sure that you test the command line for 64-bit execution by using the 64-bit version of dtexec.

Considerations when designing packages in BIDS

  • Need both 32-bit and 64-bit providers. 32-bit BIDS always requires and uses the 32-bit version of a provider at design time. However when running the package in 64-bit mode, it automatically switches to the 64-bit version of the provider.
  • Packages run in 64-bit mode by default. Use the Run64BitRuntime setting on the Debugging page of Project Properties to change this setting. The default value is True, which is simply ignored on a 32-bit computer.

Considerations when running packages by using SQL Server Agent

  • Bitness of Agent = bitness of package execution. If you've installed 64-bit agent, it calls the 64-bit version of dtexec when running a package; if you've installed 32-bit Agent, it calls the 32-bit version of dtexec.
  • In SQL Server 2008, you can now change this default. To run a package in 32-bit mode from a 64-bit version of SQL Server Agent, select Use 32 bit runtime on the Execution options tab of the New Job Step dialog box.

-Doug


Posted Jun 10 2008, 10:31 AM by dougbert
Filed under: , ,

Comments

BI Thoughts and Theories wrote Updated Information on 64-bit Considerations for SSIS
on 06-12-2008 1:09 PM

Douglas Laudenschlager has posted some good information about the considerations you need to make if

SSIS Stuff wrote Use 32bit runtime option for SQL Agent
on 06-12-2008 2:59 PM

To add to Doug's recent post about 64bit platform considerations , here's a screen shot (fresh from RC0)

Mark wrote re: 64-bit Considerations for SQL Server Integration Services
on 01-20-2009 12:12 AM

FANTASTIC BITS OF INFO. SAVED MY BACON TODAY!!! (Working on new install of SQL2008 and W2K8 all in 64-bit,,,,WOAH!)

LUTI @ Microsoft wrote Pacotes DTS + SQL Server 2008 + arquitetura de 64 bits
on 02-18-2009 9:06 AM

Hoje conversei com um dos nossos clientes que me perguntou se exisita alguma maneira de executar pacotes

Douglas Laudenschlager wrote Debug your package in 32-bit or 64-bit mode
on 03-16-2009 12:44 PM

At run time, you decide the "bitness" of Integration Services package execution on a 64-bit

Peter wrote re: 64-bit Considerations for SQL Server Integration Services
on 03-19-2009 9:28 AM

Still having issues with trying to get 64-bit running. Does it require a 32-bit version of BIDS/VS 2008?  When I try to use it, I get failure on the SQL Client, even though it's set to the correct version.  Everything parses fine, but it just won't run.  Anyway, I appreciate the pointer to set the 32-bit option. That works, if slowly.

dougbert wrote re: 64-bit Considerations for SQL Server Integration Services
on 03-19-2009 6:26 PM

Peter, Visual Studio and BIDS are 32-bit only. I don't think that's related to your problem. If you're talking about a provider, then (1) you need the 32-bit version of the provider at design time in BIDS, but (2) the runtime intelligently uses the 64-bit version of the provider when and if you run the package in 64-bit mode. 64-bit execution is turned ON by default in BIDS, but when running a deployed package, you have to choose the right options in Agent, or choose the right version of DTEXEC. Not sure why you'd have a problem with SqlClient. For better tech support, please post in the MSDN forum for SSIS at social.msdn.microsoft.com/.../threads. Best of luck,   -Doug

Dougbert on SSIS wrote No need to call Support for these common challenges in SSIS
on 04-12-2009 4:22 PM

My hard-working teammate and fellow technical writer, Carla Sabotta , recently scanned the records of

Add a Comment

(required)  
(optional)
(required)  
Remember Me?
Powered by Community Server (Non-Commercial Edition), by Telligent Systems