I have a Custom Database role that I want to deny several object permissions to for all objects in the DB. Can I do this in one query instead having to specify every single table/object? Even though this doesn't work this is what I am trying to do:
DENY update,insert ON *.Database TO CustomDatabaseRole
Thanks for the response!