I am able to link one SQL server to another using the sp_addlinkedserver command.
This creates an additional entry in the 'sysservers' table. Does the entry associated with the currently connected server always maintain the ID value of 0 (with added servers having their ID's incremented accordingly) ?
Thanks in advance.
Steve
This creates an additional entry in the 'sysservers' table. Does the entry associated with the currently connected server always maintain the ID value of 0 (with added servers having their ID's incremented accordingly) ?
Thanks in advance.
Steve