Support Infrastructure Q4: What is the difference between remote servers and linked servers?
The biggest difference is that a remote server only allows you to execute a stored procedure that exists on another SQL Server, whereas a linked server allows you to run distributed queries and transactions, between any of your linked servers. Because remote servers are only provided for backward compatibility and linked servers provide more functionality than remote servers, you should always use linked servers.