This is not good practice to have everyone use sa.
Check what users need to do DBs, then you can give them specific rights.
Usually giving user "DB owner" rights on particular DB allow to do anything they need but just with this DB.
Some may just be just fine with read/write
Thanks, I thought so.