...you must run a query either using the four-part name of the server or, as it's linked, use OPENQUERY.
EG:
SELECT OPENQUERY(linked_server_name, 'SELECT * FROM table_name')
I appreciate this post is aeons old, but you never know, it may be something bendall still wonders about :)
D
Dave...