Hi,
I need to delete about 33000 custom (not dm_45%) orphan acls
(dm_acl: r_is_internal=false, acl_class=0 Regular Acl)
select object_name from dm_acl where object_name not in (select acl_name from dm_sysobject (all)) and r_is_internal=false
I tried to remove acls with Dm_dmClean job . It cleaned up all orphan dm_sysobjects but doesn't remove any acl
Regards,
Elchin