Does anyone know of a step by step example which automates (script,batch) setting up SQL logins from a "Windows Group"?
I'm trying to avoid manually creating logins for each user separately for a large number of logins.
The objective is to create and use a login group that allows user(s) to login to SQL Server, assign rights, replication and so on without having to specify each domain/user and password. This link shows great information on what I'd like to do, but doesn't really show how to do it.
I'm pretty new-b at using windows groups with SQL so simple is good!