June 4, 2009 at 4:28 am
Hi,
I want to create a linked server in SQL Server 2005 Enterprise edition 64 (in production environment), to MSAccess.
I mean you can create it but it does not works.
I look for solution through the web and forums but in vain.
Thanks for any help
June 5, 2009 at 6:56 am
We have a couple in a SQL Server 2005 environment. I'm going to try to attach a sample script. All we do with the linked servers is access data in queries.
June 5, 2009 at 8:44 am
You can't do it with x64 and this is a known problem. There is no support for JET in 64 bit by Microsoft. See the following connect items:
https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=125117
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=90562
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=123311
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
June 5, 2009 at 8:48 am
Here is a documented hack that uses SQL Express 32 bit in a double hopped link:
http://gorm-braarvig.blogspot.com/2005/11/access-database-from-sql-200564.html
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
June 5, 2009 at 9:19 am
I stand corrected and am happy to find out about this before we have to migrate this functionality to a new 64 bit server. Does anyone know if they plan to fix this?
June 5, 2009 at 9:40 am
Charles Hottle (6/5/2009)
I stand corrected and am happy to find out about this before we have to migrate this functionality to a new 64 bit server. Does anyone know if they plan to fix this?
There is no immediate need to fix this because Win2003 SP2 installs the x86 ODBC so you can use that instead of the x64 but the application must run x86.
Kind regards,
Gift Peddie
June 5, 2009 at 10:45 am
Charles Hottle (6/5/2009)
I stand corrected and am happy to find out about this before we have to migrate this functionality to a new 64 bit server. Does anyone know if they plan to fix this?
They won't fix JET if that is what you are asking. The work around listed and Gift's answer are basically all you get. Its been a problem for a long time.
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply