Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Controlling access rights through ReportServer DB

Status
Not open for further replies.

Yazster

Programmer
Sep 20, 2000
175
CA
Hi All,

Is is possible to control folder/report access rights directly from the ReportServer table (using SQL Management Studio)?

I have a table with hundreds of user names and need to assign different rights to reports/folders for each user. I will obviously prefer to do this through a SQL query rather than using the supplied reporting services interface.

Any help would be greatly appreciated!
Thanks in advance,
Yazster
 
This allows you to do it through code. To do it through the database, you'll probably have to execute the stored procedures to come with it. That's where I would start. Sorry I can't help you more. I've never tried it.
~Brett

--------------------------
Web/.net Programmer & DBA
Central PA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top