Granting rs_systabgroup System Role

This role owns tables and system procedures required for Replication Server and grants users the underlying system privileges to perform replication server functionality.

Prerequisites
Requires the MANAGE ROLES system privilege.
Task

By default, the rs_systabgroup system role is granted the MANAGE PROFILING system privilege with administrative rights only.

It is a member of the PUBLIC system role with no administrative rights only.

The rs_systabgroup system role can be granted to other roles with no administrative rights only (WITH NO ADMIN OPTION clause). The WITH ADMIN OPTION and WITH ADMIN ONLY OPTION clauses are not valid for this role.

To grant the rs_systabgroup system role, execute:
GRANT ROLE rs_systabgroup TO grantee [,...]
Related reference
GRANT ROLE Statement