RPC  / RPC Out . This stands for Remote Procedure Call and allows you to run stored procedures on the Linked Server . RPC  enables Remote Procedure Calls from the specified server  and RPC OUT  enables Remote Procedure Calls to the specified server . Use Remote Collation / Collation Name. Default is False.   Simply so,  what is SQL linked server? Linked  Servers allows you to connect to other database instances on the same server  or on another machine or remote servers. It allows SQL Server  to execute SQL  scripts against OLE DB data sources on remote servers using OLE DB providers. Additionally,  how do I find linked server details in SQL? There are several methods for viewing the details  of linked  servers in SQL Server . One can use the SSMS UI to view properties  or view facets, or one can even read through the scripted linked server . The easiest method to view the details  for one or all linked  servers is the query the SQL Server  system tables.  In this regard,  is not confi...