I am using SQL 2005 Server Express.
How can I setup a linked server to an MS Access 2000 database?
I am using SQL 2005 Server Express. How can I setup a linked server
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at sp_addlinkedserver in Books Online.
You may also need to use sp_addlinkedsrvlogin to associate a user/login with the linked server. Also, if you are using Access 2007, you may need to use an alternate provider:
And finally, if you are on a 64-bit operating system, you may run into issues.