Question

In our sqlserver 2008 database each user has a sqlserver login and sqlserver database user. When a new person joins the company the system admins set up their domain accounts but we then have to go in and create a sqlserver login with the same name as the domain user.

Is there any way to make sqlserver let people authenticated to the domain login with some given default access?

Was it helpful?

Solution

Create a Windows Domain Group (such as Domain\SQLReportingUserReaders) and add it to the relevant Reporting Services Roles.

See Setting Permissions in Reporting Services for more details.

OTHER TIPS

Thanks moontear.

I created a login called DOMAIN\Domain Users and any users that already have a login use their own account but new users use this new account.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top