select * from [servername].[dbname].dbo.[tablename]?
This is throwing error
Could not find server 'FDOPROD2:51005' in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers.
Where should we give connection string for sqlauthentication?