When I try the following query from Server3
Select *
from [server1].[database1].[dbo].[tableX]
I recieve an an error of
Invalid Object Name
But when I execute the same query from Server2 the query works. Both are MSSQL 2000
UPDATE: When i tried to query a different table on server1 from server3
Select *
from [server1].[database1].[dbo].[tableY]
from Server3 it works. Its just tableX wont work