Hi,
I'm trying to add a linked server and when I add it using Enterprise Manager, it adds okay, but there are no tables are views listed under the server. Does anyone know how to correct this?
Well, it's not an access database, but another SQL Server and I am logged in as myself with System Administrator permissions. I can add the linked server with no problem, but there are no tables and views and when I try to query that server from the one I'm linking it to (using the correct syntax) it says SQL Server does not exist or access is denied. It's like it's not recognizing it. Help .
Sounds like you left the provider as the default in the GUI when you created the link. The error message you provided is a Jet error message. Check your linked server config, and make sure that you have the SQL driver not the Jet driver (or some other driver) selected.
If you do you'll need to drop and recreate the linked server.
Denny
MCSA (2003) / MCDBA (SQL 2000)
--Anything is possible. All it takes is a little research. (Me)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.