Even, I thought of doing the same thing, but in application perspective reader permission user needed to have db_owner rights. Keeping in mind, added all these four users into single group and in the sql server lever I want to protect them.
Tried using by following commands and does't helped me.
Deny insert, delete on dbo.<object> to domain\BB
Whereas, the BB user already existing into Supervisor group which has db_owner and public rights.
Donno, how to protect this windows authentication users by user level.
Thanks for any reply/suggestion.
Regards,
Mohanraj Jayaraman