Defining remote servers

Use the system procedure sp_addserver to add entries to the sysservers table for the local server and for each remote server that is to be called. The sp_addserver syntax is:

sp_addserver server_name [,server_class [,network_name]]

where: