After executing sp_helprotect, I got result like this:Owner Object Grantee ProtectType Action Columndbo Office app_role Grant Delete .dbo Office app_role Grant Insert .dbo Office app_role Grant Select (All+New)dbo Office app_role Grant Update (All+New)dbo Port app_role Grant Delete .dbo Port app_role Grant Insert .dbo Port app_role Grant Select (All+New)dbo Port app_role Grant Update (All+New)
The above shows one action of each object per row. How can I have a consolidated result? For example, Owner Object Grantee ProtectType Actiondbo Office app_role Grant Delete, Insert, Select, Updatedbo Port app_role Grant Delete, Insert, Select, Update