Is it possible to run a 32-bit DLL on a SQL Server 2008 x64 server? I need to use the DLL inside a stored procedure.
Thanks
|
Is it possible to run a 32-bit DLL on a SQL Server 2008 x64 server? I need to use the DLL inside a stored procedure. Thanks | |||
|
feedback
|
|
A 64 bit SQL Server can only call 64 bit DLLs. Here is a quick enumeration of some possible solutions, each with their own warts/flaws, in no particular order:
This is a common problem with legacy stuff. For example, (until recently) there were only 32 bit versions of the Fox Pro ODBC drivers, which are just DLLs. | |||
|
feedback
|