
Originally Posted by
ArviLaanemets
Let your system admin to create a domain user group for your DB users, and add all those users to this group. This group is used for this DB only;
In case you also need the access to this database (e.g. for testing or debugging, etc.), let admin add you to this group also, or to create a special group for you (an other IT staff when they also need the access). When a separate group is created, then this group may be used for other DB's too;
In SQL Server, create login(s) for this/those domain groups;
Allow access for defined login(s) to your DB. Set reading/writing rights for login(s) according what is needed for members of given group.