Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Using Windows-authenticated users or groups in SQL

Author  Topic 

banso_boy
Starting Member

3 Posts

Posted - 2010-08-09 : 23:34:29
I will like to set up a windows group in SQL server 2008 so that users who belong to this windows group can run a particular application.

Is there a particular place where I can read how to implement this or any ideas or tips on how to implement this will be highly appreciated.

Regards

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2010-08-09 : 23:39:40
Add the group as a login, then assign permissions as wanted.
Go to Top of Page

Lumbago
Norsk Yak Master

3271 Posts

Posted - 2010-08-10 : 06:19:50
I assume that we are talking about a group in an Active Directory domain, right? In that case, just add a new login from the Security-folder on the server level and choose the ad group instead of a user and give it the proper permissions.

- Lumbago

My blog (yes, I have a blog now! just not that much content yet)
-> www.thefirstsql.com
Go to Top of Page
   

- Advertisement -