There is already an object named ‘LICENSING_POPULATEROLEPRIVILEGELICENSEMAPV2’ in the database.
This error can occur when refreshing a sandbox database from a different environment. To resolve, create a connection to the source database and run the following:
DROP PROCEDURE IF EXISTS LICENSING_POPULATEROLEPRIVILEGELICENSEMAPV2
GO
Leave a comment