64 bit vs 32 bit. Risks, benefits and reasons

  • Does anyone perhaps have links to whitepapers, presentations or articles on moving from 32 bit to 64 bit? The risks, benefits and reasons for making the move.

    I have a high-level presentation to give next week on the topic, and I'm having trouble finding good material. The presentation's to CIOs and IT managers, not techies.

    Thanks

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Does anyone perhaps have links to whitepapers, presentations or articles on moving from 32 bit to 64 bit? The risks, benefits and reasons for making the move.

    Hi Gail,

    My take is there is no valid reason to run 32bits SQL Server if it is not department server because I have not used 32bits Oracle since 9i. The only time you run into issues is SSIS, SSRS and using Excel or Access. Here is a .NET related link for application level issues and SSIS support article.

    So most of the problems are application related.

    http://msdn.microsoft.com/en-us/library/ms241064.aspx

    http://support.microsoft.com/kb/934653/

    Kind regards,
    Gift Peddie

  • Can you explain more about the issues with SSIS and SSRS? I know of some problems with SSIS, hadn't run into any SSRS ones.

    I agree with you on the 32 bit, it's the room full of CIOs and the like that I have to convince.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • In SSRS if you are in Windows 2003 which comes with IIS 6 which runs in only one mode you have to run SSRS in 32bits mode if your company needs to run other application that needs 32bits mode. In SQL Server 2008 Microsoft claim to deploy in file system but most features still require running IIS so you should try to deploy in Windows 2008 which comes with IIS7 which can run in both modes.

    SSIS issues relates to moving Excel files which are used by most companies here in Windows 2008 it is better to run Office 2007 because 2003 require MDAC which does not come in Windows 2008 or Vista because Microsoft have changed the data access which is also the reason for problems with Oracle. But that is a different issue.

    Planning will help resolve most problems and I almost forgot registry are platform dependent so avoid development that uses registry entries.

    Kind regards,
    Gift Peddie

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply