Forum Discussion
Noma_Putumo
Jun 13, 2025Copper Contributor
Unable to drop a user on SSISDB
Hi, I am unable to drop the user from the SSISDB, I am getting the below error, has anyone experienced the same issue? "The database principal has granted or denied permissions to catalog obj...
olafhelper
Jun 16, 2025Bronze Contributor
There is a database trigger "ddl_cleanup_object_permissions" in the SSISDB on DROP_USER event.
It checks if the user has some object permissions.