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.
Author |
Topic |
surefooted
Posting Yak Master
188 Posts |
Posted - 2005-04-22 : 15:43:49
|
Is there a way to "cut and paste" permissions from report to report? Where are the permissions stored?Thanks in advance.-JonShould still be a "Starting Member" . |
|
jhermiz
3564 Posts |
Posted - 2005-04-22 : 16:10:58
|
Love the signature...Users are stored in the Users ReportServer database on your box. Roles are there as well...Reports are stored in the Catalog table in the same database. But typically I do not recommend modifying these tables directly...but if you do I'd make sure you have a backup...there is a lot of encrypting of data and using authentication in those tables.Jon Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]Imperfection living for perfection -- [url]http://jhermiz.blogspot.com/[/url] |
 |
|
surefooted
Posting Yak Master
188 Posts |
Posted - 2005-04-22 : 16:18:49
|
Thanks.-JonShould still be a "Starting Member" . |
 |
|
|
|
|