Tuesday, March 20, 2012

Reporting Services

I need to make a report that print out a list of reports that is currently in
the Reporting Services Server.
Is there a way to do that?
Scott BurkeIn the Report Server Metadata Database
Select * from dbo.Catalog where type = 2
There are also some sample reports which come with SQL Server that might be
helpful to you..
--
Wayne Snyder MCDBA, SQL Server MVP
Mariner, Charlotte, NC
I support the Professional Association for SQL Server ( PASS) and it'''s
community of SQL Professionals.
See you at the PASS Conference
"Scott Burke" wrote:
> I need to make a report that print out a list of reports that is currently in
> the Reporting Services Server.
> Is there a way to do that?
> Scott Burke

No comments:

Post a Comment