Is there a way I can give developers permission to grant a user permissions over objects without giving them the option to create users or functions?
I'm trying to limit developers permissions, I recently found out that developers had db_owner
permissions in dev and prod environments! So I'm doing my best to stop this madness.
Any good article about this matter?