aaGetReplicationServers
- Last UpdatedMar 10, 2025
- 1 minute read
Returns the configured replication servers in the database. If the server name is specified, then it will return only the properties of the server identified by the name.
Syntax
aaGetReplicationServers ConfigurationToReturn, ReplicationServerName, ReplicationServerKey, RowsToReturn
where:
|
Argument |
Description |
|---|---|
|
ConfigurationToReturn |
Returns the configuration for the replication service. This value is of data type tinyint, with a default of 0. |
|
ReplicationServerName |
The name of the server. This value is nvarchar(255), with a default of NULL. |
|
ReplicationServerKey |
The unique identifier for the server. This value is of data type int, with a default of NULL. |
|
RowsToReturn |
The number of rows to return. This value is of data type int, with a default of NULL. |
Permission
Execute permission defaults to the aaUsers, aaPowerUsers, and aaAdministrators groups.