Securing SQL Server: Windows Local Groups as SQL Logins
In SQL Server, you can create logins using Windows local groups as a way to manage access to the database server. This means that you can add users to a Windows local group and then create a SQL Server login using that group. The users who are members of the group will then be able to connect to the database …
Securing SQL Server: Windows Local Groups as SQL Logins Read more »