Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1115925
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T03:13:43+00:00 2026-05-17T03:13:43+00:00

When I haved developed a Reporting Services report and deployed it to the server,

  • 0

When I haved developed a Reporting Services report and deployed it to the server, where is the actual report stored? I’m guessing the SQL-database, but what table and in what format?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T03:13:43+00:00Added an answer on May 17, 2026 at 3:13 am

    AFAIK, it is typically stored in the ReportServer database in the dbo.Catalog table.

    Here is a Query which will get you the XML for the report. I have used this to feed a PowerShell script which replaces all of the current footers with a standardized footer for the company.

    SELECT  f.[Name] as Module,
            r.[Name],
            CAST(CAST(r.[Content] AS VARBINARY(MAX)) AS XML) AS reportXML
    FROM  dbo.[Catalog] r WITH (NOLOCK) 
    JOIN  dbo.[Catalog] f WITH (NOLOCK) ON r.ParentID = f.ItemID
                                       and f.[Type] = 1
                                       and f.path like '[your_path]%'
    WHERE   r.[Type] = 2
    and r.path like '[your_path]%'
    
    ORDER BY r.[name]
    

    This will give you an XML column you can click-on and the XML will be displayed for you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a number of reports deployed to a SQL Server 2005 Reporting Services
i am very new to SQL server Reporting Services.I have developed reports in SQL
I have a reporting services project with lots of reports developed in SQL server
I am trying to develop a report in SQL Server Reporting Services using parameters.
My group has a report that was recently developed utilizing Reporting Services 2005 with
I have this scenario: WServer 2008, SQL Server 2005, MS Analysis services (SSAS), ISS7
I had SQL Server 2008 Express R2 With Advanced Services installed. I also have
I have developed a project (employee management system), now I am on reporting part.
I have developed a Java server using Eclipse that accepts TCP socket connection from
i have developed an app which executes sql jobs. When I click on execute

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.