I've got 2 instances on the same sql server that someone needs to be able to run a query to compare data. His original error with the query was regarding sys.servers and it not being able to find it. I've created a link to the other instance within linked servers in management studio and the tables can be listed and rows viewed from there.
Main issue arises, again, when the query is written out where if I go select from [, I dont get a list of the tables in the database that I've linked to, even though its working from management studio.
Am I missing something really stupid here?
Any help much appreciated!
Thanks