Renaming a group

A System Administrator or Database Owner can rename an abstract plan group with sp_rename_qpgroup. This example changes the name of the group from dev_plans to prod_plans:

sp_rename_qpgroup dev_plans, prod_plans

The new group name cannot be the name of an existing group.