monkeybarfan
MIS
- Feb 23, 2005
- 116
I am using SQL Server 2005.
We have a dozen linked servers, which I can use a SELECT query fine to access the data and I can run the system stored procedures EXEC sp_catalogs 'LinkedServerName' & sp_tables_ex LinkedServerName fine to see what is in the Server/db.
The problem I have is that when I click on the name of the Linked Server in Management Studio, the panel on the right that normally displays the tables/details etc remains blank. It is fine for all my Registered Servers, but for all the linked servers it is blank.
The fact I can query the linked server databases suggests it is not an access/login related issue.
Anyone had this?
We have a dozen linked servers, which I can use a SELECT query fine to access the data and I can run the system stored procedures EXEC sp_catalogs 'LinkedServerName' & sp_tables_ex LinkedServerName fine to see what is in the Server/db.
The problem I have is that when I click on the name of the Linked Server in Management Studio, the panel on the right that normally displays the tables/details etc remains blank. It is fine for all my Registered Servers, but for all the linked servers it is blank.
The fact I can query the linked server databases suggests it is not an access/login related issue.
Anyone had this?