I think you are playing with fire to go anywhere near these databases. For
one thing, even if you figured out what they are doing it is undocumented
and unsupported and could change in the future. Most everything you would
need to do can be handled either by URL integration or web services.
RS is using SQL Server to store all the report information. Search your
server, you will notice that there are no RDL files. Part of the deployment
process are these files getting stored in SQL Server. RS uses it for many
other things as well.
Bruce L-C
[quoted text, click to view] "Anand Sagar" <anandsagar@gmail.com> wrote in message
news:3f76a771.0409152243.78655879@posting.google.com...
> I am developing reports on my desk computer, deploying on another
> computer (the reporting service server) which has the actual SQLServer
> database for the . What actually happens when I deploy the product ?
> Is there anything that gets written in the Reporting Service database
> ? Any entries go into the 'ReportServer' or 'ReportServerTempDB'
> database ? I looked into the user tables in the 2 databases, couldnt
> find any comprehensive information.
>
> Can anything useful be done by doing inserts, updates on tables in
> 'ReportServer' or 'ReportServerTempDB' ?
>
> Any thoughts ?
>
> Thanks,
> Anand Sagar