in

UGISS Community

Il sito della community dello User Group Italiano di SQL Server

Usare OLEDB 32 bit su istanze SQL2008 64 bit

Last post 07-22-2010 18.36 by dmauri. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 07-12-2010 18.08

    Usare OLEDB 32 bit su istanze SQL2008 64 bit

    Salve,

    come da oggetto volevo sapere se esiste la maniera di utilizzare driver oledb a 32 bit su istanze SQL2008 64 bit

    Per la mole del db utilizzato abbiamo aggiornato il S.O. ed il SERVER SQL alla versione 64Bit,

    ma purtroppo c'erano alcuni job schedulati che eseguivano query ad hoc attraverso VFPOLEDB che è solo a 32 bit.

     Posso aggirare l'ostacolo in qualche modo?

    Grazie per l'eventuale aiuto.

    Gianni Sassanelli

    • Post Points: 35
  • 07-12-2010 18.38 In reply to

    • lucazav
    • Top 25 Contributor
      Male
    • Joined on 06-04-2007
    • Lodi (LO)
    • Posts 92
    • Points 1.000

    Re: Usare OLEDB 32 bit su istanze SQL2008 64 bit

    Hai provato a dare uno sguardo qui?

    http://support.microsoft.com/?scid=kb;en-us;934653&x=12&y=13

    Saluti!
    Luca Zavarella
    Data Platform Specialist - SolidQ Italia
    Business Intelligence MCTS & MCITP
    Blog: http://community.ugiss.org/blogs/lucazav
    • Post Points: 5
  • 07-13-2010 9.21 In reply to

    • sgovoni
    • Top 10 Contributor
      Male
    • Joined on 10-18-2007
    • Posts 431
    • Points 6.940

    Re: Usare OLEDB 32 bit su istanze SQL2008 64 bit

    Ciao Gianni,

    gsassanelli@gmail.com:
    volevo sapere se esiste la maniera di utilizzare driver oledb a 32 bit su istanze SQL2008 64 bit

    Sì è possibile, l’origine dati ODBC dovrà essere creata utilizzando l’eseguibile a 32 bit che puoi trovare in C:\WINDOWS\SysWOW64\odbcad32.exe (o in un path leggermente diverso in funzione del SO server).

    Dai un'occhiata a questo post http://community.ugiss.org/blogs/sgovoni/archive/2009/10/24/come-creare-odbc-a-32bit-su-windows-server-a-64bit.aspx per i dettagli.

    Ciao!

    Sergio Govoni, SQL Server MVP | MVP Profile | Blog | Twitter |
    • Post Points: 20
  • 07-22-2010 18.36 In reply to

    • dmauri
    • Top 10 Contributor
      Male
    • Joined on 05-14-2007
    • Novate Milanese
    • Posts 1.907
    • Points 24.955

    Re: Usare OLEDB 32 bit su istanze SQL2008 64 bit

    mmmm....credo che però la cosa possa funzionare solo se anche SQL Server è a 32bit. (Se non ricordo male un processo a 64bit non può caricare un driver a 32bit)

    Una opzione possibile per poter cmq usare un driver a 32bit per caricare dati in un SQL Server a 64bit è quella di usare Integration Services e creare un package che poi verrà eseguito a 32 bit.

    Davide Mauri
    Microsoft MVP - SQL Server, MCP, MCAD, MCDBA, MCT - http://www.davidemauri.it
    Socio Fondatore e Mentor di Solid Quality Learning Italy - http://www.solidq.com
    Presidente di UGISS: User Group Italiano Sql Server - http://www.ugiss.org
    • Post Points: 5
Page 1 of 1 (4 items)
(C) 2007 User Group Italiano di SQL Server