|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, March 03, 2009 3:03 PM
Points: 7,
Visits: 38
|
|
I just want to create a group login then all the users i will create i'l just add them to the group login i created.
can you please help how to create group login and how to input the users login in the group login created? thanx for advance
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Sunday, May 12, 2013 4:26 PM
Points: 1,696,
Visits: 1,742
|
|
Generally speaking this is accomplished with an Active Directory Domain Users Group. You add the AD Group to SQL Server as a Login, and then grant the correct rights to the AD Group Login in SQL. Then to add people to SQL with the Group rights, you simply add them to the Group in Active Directory. You also get the added benefits of the AD GPO's being enforced for the account so you don't have to worry about password expiration or complexity rules since this is enforced by AD.
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008 My Blog | Twitter | MVP Profile Training | Consulting | Become a SQLskills Insider Troubleshooting SQL Server: A Guide for Accidental DBAs
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, February 26, 2013 1:12 AM
Points: 2,
Visits: 5
|
|
Hi,
I'm using SQL Server 2005 and when i right-click on Security, I see the following options:
User, Database role, Application role, Schema.
Which is the correct option for me to choose when creating a new Group?
Thanks.
|
|
|
|
|
SSChampion
        
Group: General Forum Members
Last Login: Today @ 5:28 PM
Points: 11,627,
Visits: 27,692
|
|
you choose New Login, and then use the find object to find a windows group....once you are in there, it becomes more clear:
Lowell
--There is no spoon, and there's no default ORDER BY in sql server either. Actually, Common Sense is so rare, it should be considered a Superpower. --my son
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, February 26, 2013 1:12 AM
Points: 2,
Visits: 5
|
|
Hi there,
Thanks very much, and the screen shots are very useful? I also got abit confused in where / how I create a new login, as when I right-clicked on Security I was displayed the options as mentioned previously, nothing as straight forward as if to say 'new Login'...but I will play about with the system and let u know if I still can't create a group!
Thanks,
|
|
|
|