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
 General SQL Server Forums
 New to SQL Server Programming
 Role in sql server 2008

Author  Topic 

Anand.A
Posting Yak Master

109 Posts

Posted - 2011-10-17 : 03:38:55
hi,

i create 15 reports based on one db..

but i want to give permission to GM to access only 7 reports..Is this possible in role assignment in sql server 2008 deployment..


what is the main use of role in sql server

anand

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-10-17 : 04:04:43
yep. you can deploy the required 7 reports to a folder and give the use access to that folder by mapping to MyReports role in reporting server

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

Anand.A
Posting Yak Master

109 Posts

Posted - 2011-10-17 : 04:25:58
in security which server role i want to select to create a role for GM..

anand
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-10-17 : 04:30:25
see

http://msdn.microsoft.com/en-us/library/aa337471.aspx

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -