﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / An invalid schema or catalog was specified for the provider "SQLNCLI" for linked server / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 11:26:07 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: An invalid schema or catalog was specified for the provider "SQLNCLI" for linked server</title><link>http://www.sqlservercentral.com/Forums/Topic804735-146-1.aspx</link><description>Can you confirm table name, make sure there is no special character (blank space or tab) exists at the end of “Tabledivcomer”.If blank space exists at the end of “Tabledivcomer”( like “Tabledivcomer ”) then select query will work for local connection (Select * from Tabledivcomer ), but through error if you execute for remote connection Select * FROM LNK.DIVCOMERCIAL.DBO.Tabledivcomer.In that case you can try Select * FROM LNK.DIVCOMERCIAL.DBO.[Tabledivcomer ]Nirmal</description><pubDate>Fri, 16 Apr 2010 00:45:15 GMT</pubDate><dc:creator>pk_nirmal</dc:creator></item><item><title>RE: An invalid schema or catalog was specified for the provider "SQLNCLI" for linked server</title><link>http://www.sqlservercentral.com/Forums/Topic804735-146-1.aspx</link><description>Its so rare,I create a backup from my database, delete this database.Create a new database with the same specifications, and recover the backupvuoala!</description><pubDate>Sat, 17 Oct 2009 21:43:27 GMT</pubDate><dc:creator>jaramillo05</dc:creator></item><item><title>An invalid schema or catalog was specified for the provider "SQLNCLI" for linked server</title><link>http://www.sqlservercentral.com/Forums/Topic804735-146-1.aspx</link><description>Hello.I have one linked server from server "A" to server "B" between 2 sql server 2005 with the last service packs and actualizations, they have the same versions and same configuration (collation name, permissions in the sql services with windows domain account).In server A I create the linked server.In the server B i create the login and have permissions in two 2 databases (desnew and divcomer) in a rol who have permissions in the tables i need.When i try with a query like[u]Select * FROM LNK.DIVCOMERCIAL.DBO.Tabledivcomer[/u]I receive this error messageAn invalid schema or catalog was specified for the provider "SQLNCLI" for linked server "LNK".LNK = name of the linked serverdivcomercial = databasetabledivcomer = table in the database divcomerBut if i execute the next query[u]Select * FROM LNK.DESNEW.DBO.Tabledesnew[/u]LNK = name of the linked serverDESNEW = databasetabledesnew = table in the database divcomerI receive the correct response from the server, the error doesnt ocurs.The login have same permisions for roles in the 2 databases.I prove it from other server C created the linked server with the same login, and the error is the same, for divcomer (database 1) present the error, for DESNEW (database 2) everything is allright.¿What happend?Please help me!!!</description><pubDate>Sat, 17 Oct 2009 19:44:42 GMT</pubDate><dc:creator>jaramillo05</dc:creator></item></channel></rss>