Nishant
Nishant

Reputation: 905

Active Directory group add to SQL Server

I would like to add an Active Directory Group to the SQL Server, so that I do not have to provide windows authentication o the server to every user. Is this possible?

Another thing is how do I enable my .NET application to connect to the database using this Active Directory credential?

Thanks in advance Nishant

Upvotes: 2

Views: 5011

Answers (1)

Bridge
Bridge

Reputation: 30711

Both your questions can be answered by searching!

  • Adding AD group to SQL server logins is here
  • Connection strings to SQL server with Windows Auth is here

Upvotes: 1

Related Questions