all groups > sql server reporting services > october 2005 >
You're in the

sql server reporting services

group:

reportserver and reportservertempdb database abstration classes


reportserver and reportservertempdb database abstration classes Keith
10/18/2005 2:18:02 PM
sql server reporting services:
We are wanting to utilize the tables in ReportServer and ReportServerTempDB,
but do not want write any code that is dependent on the current version (i.e.
RS 2005) of the tables in SRS. Does anyone know if MS has provided us with
some data abstraction classes over the tables beyond the stored procedures
and methods available in the reportServive and reportExecutioon web service
classes?

=====================
Thanks!
Keith
Re: reportserver and reportservertempdb database abstration classes Robert Bruckner [MSFT]
10/18/2005 7:35:30 PM
The SOAP API is the supported interface; the underlying metadata structure
in the database will change between major releases (and maybe even service
packs).
Note: everything you can do in Management Studio and Report Manager is
accomplished through the SOAP API only. A RS 2005 report server supports
both the old RS 2000 SOAP end point as well as the new RS 2005 SOAP end
point.

-- Robert
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

Re: reportserver and reportservertempdb database abstration classe Keith
10/19/2005 12:18:06 PM
Many thanks...I have found that the executionInfo class and ListJobs method
will pretty much get us where we need to go.

=====================
Thanks!
Keith
p.s. Get off the couch and exercise!


[quoted text, click to view]
AddThis Social Bookmark Button