SHOW SHARES IN REPLICATION GROUP¶
Lists shares in a replication group.
- See also:
Syntax¶
SHOW SHARES IN REPLICATION GROUP <name>
Copy
Parameters¶
name
Specifies the identifier for the replication group.
Usage notes¶
Executing this command requires a role with either the OWNERSHIP or MONITOR privilege on the replication group. The command returns results only for a role with the MONITOR privilege on a share.
To retrieve the list of replication groups in your organization, use SHOW REPLICATION GROUPS.
Examples¶
List the shares in the replication group myrg
:
SHOW SHARES IN REPLICATION GROUP myrg;
Copy