This topic contains 4 replies, has 0 voices, and was last updated by longlam 17 years, 4 months ago.
-
AuthorPosts
-
December 1, 2006 at 4:20 pm #8771
lsokoloveTrying to do this via the link server in MS SQL Server – Enterprise Manager. Has anyone successfully use the ODBC in MS SQL Server?
This is a cached copy. Click here to see the original post. -
January 18, 2007 at 2:18 pm #8772
bhollisRE: Using ODBC driver in Microsoft SQL Server 8.0?
I was able to set up a linked server in SQL Server 2005, but performance was a major issue.
I have also tried linking tables in Microsoft Access using the ODBC Driver and it would give me on “OpenRDA” error when I tried to access any records beyond 10,000. I tend to believe there is an issue with the ODBC driver or SSL as I see numerous user posts with this same issue as well.
-
February 13, 2007 at 11:05 am #8773
mattamooreRE: Using ODBC driver in Microsoft SQL Server 8.0?
Can someone give some brief instructions on how to set up the linked server in SQL 2000?
I have the ODBC connection but can’t seem to get the views in SQL.
-
July 16, 2007 at 12:29 pm #8774
mshumanRE: Using ODBC driver in Microsoft SQL Server 8.0?
I setup a link server in SQL Server 2005, but it was very slow. A query I was able to do in seconds (returning only 22 rows) with MS Access took over 25 minutes in SQL Server with a link server before I killed it.
Any ideas why Access performs so much faster than a SQL Server connection?
-
July 16, 2007 at 1:04 pm #8775
longlamRE: Using ODBC driver in Microsoft SQL Server 8.0?
Originally posted by mshuman
I setup a link server in SQL Server 2005, but it was very slow. A query I was able to do in seconds (returning only 22 rows) with MS Access took over 25 minutes in SQL Server with a link server before I killed it.
Any ideas why Access performs so much faster than a SQL Server connection?
Are you doing a link or are you downloading the database to your local computer? I found that it is almost impossible to do any sort of complex joins with a linked database connection but if you make a copy of it on your local computer, it works wonders.
-
AuthorPosts
You must be logged in to reply to this topic.