Alias a Linked Server in SQL Server Management Studio
Use this checklist when you want a friendly alias instead of exposing the physical host name.
- In SQL Server Management Studio, open
Linked Serversand chooseNew Linked Server. - On the
Generaltab:- Enter the alias in the
Linked serverfield. - Select
SQL Native Clientas the provider. - Set
Product Nametosql_server. - Set
Data Sourceto the actual host name or approved network alias.
- Enter the alias in the
- On the
Securitytab, configure the required login mapping or security context. - On the
Server Optionstab, enableData Access,RPC,RPC Out, andUse Remote Collationif your workload requires them.
Reference: https://serverfault.com/questions/435440/alias-a-linked-server-in-sql-server-management-studio