In our database we have an SQL server account that has the correct roles to access some of the databases. We are now switching to windows authentication and I was wondering if we can create a NT user group and map the privileges of the SQL server account to the NT user group? So if anyone in the NT user group is authenticated they will have the same privileges as the existing SQL server account.
Or would it be better to just delete the SQL server account and just assign roles to the NT group in SQL server?
JD.