SQL-DMO

RemoteServer Object

The RemoteServer object exposes the attributes of an instance of Microsoft® SQL Server™, known as a remote server, to another server.

Methods
ExecuteImmediate Method (LinkedServer, RemoteServer) Remove Method (Objects)
ExecuteWithResults Method SetOptions Method
ExecuteWithResultsAndMessages Method SetTopologyXY Method

Properties
ID Property Options Property
Name Property TopologyX Property
NetName Property TopologyY Property

Remarks

To facilitate connections between instances of SQL Server in an organization, SQL Server uses remote-server naming.

A instance of SQL Server can maintain authentication information for connections originating from other instances of SQL Server. Each instance of SQL Server in an organization can control access by listing the instances of SQL Server from which it accepts connections.

When a remote server is named on an instance of SQL Server, the server maintaining the name list can, in turn, originate a connection to a named remote server.

With the RemoteServer object, you can:

See Also

RemoteServer2 Object