I'm trying to use a combination of the SQL Server 2008 Reporting Services ReportServer database and the report server web service to determine the GUID for a particular report. What I want is to see a list of the previous names of a report that has been renamed or moved on the report server. I know a report's history snapshots stays with it when you rename it because the report has a unique GUID that doesn't change when you rename it. However, I can't seem to find a place in the database where previous names of a report are associated with the report's GUID. I can't find any instance of an old report name in the database, so I don't know if this is even stored. When I look at all the values of Catalog.Path and Catalog.Name in the database, the old values are not included from before the report rename. Is it possible, given a value like MyAwesomeReport, to associate that with a GUID like 7af3fe6d-b4ea-4cd8-8430-280392cba428, so that I can determine that this report has actually been renamed to MySuperAwesomeReport?
reporting services - determining report GUID from old report name
1.1k Views Asked by Sarah Vessels At
1
There are 1 best solutions below
Related Questions in SQL-SERVER-2008
- Why does the following script throw database still in use when selecting the master database first?
- Return Duplicate Rows
- SQL Data entry - finding sequence to enter info
- Why is this query in SSMS showing columns/tables as numbers?
- Query from multiple tables based on the table name?
- How to Let Python Connect to a SQL Server Database
- Need to fetch Minimum value for Each Id and make the BidSuccess column to 1
- Spring Boot Scheduled Annotation Job Issue
- Use different WHERE clause based on condition?
- Error when inserting special characters such as Ñ and accents á, é, í, ó, ú. using BULK OPENROWSET from python
- Delete all records except the max value of a group
- How to use SQL Server stored procedures in React js express server
- Loop through date in SQL Server and exclude the dates within a range of one week
- Find amount greater than the average amount
- Update trigger - both INSERTED and DELETE hold same value after update
Related Questions in REPORTING-SERVICES
- SSRS cannot aggregate a variable
- How to filter data in a report using Microsoft Report Builder based on Orders of Service (OS) dates?
- Check if a value is not in a list in SSRS
- SSRS Report Builder returns error when entering more than one value in a parameter filter
- SSRS - Do not want to round a percent
- SSRS report exporting as PPT file
- SSRS use a dynamic SQL query with parameter
- Error when trying to change subscription owner (SSRS, SQL Server 2016)
- Background Colour Conditional Formatting in PBI Report Builder
- do you know any free reporting services like devexpress or boldreports?
- Embedded SSRS permissions error using rsweb:ReportViewer
- SSRS - Visual Studio round issue
- How to Implement Multi-Parameter Queries in SSRS Report Builder with Databricks ODBC?
- I want to integrate Crystal reports or SSRS reports in react js
- Column Grouping in SSRS report Matrix
Related Questions in REPORT
- how to make certain editable field as non editable in alv report for custom field
- Report: Cased Actively Open during any given Month
- do you know any free reporting services like devexpress or boldreports?
- Cognos 11 Query join problems
- Allure report stuck with a loading spinner after launching index.html from generated report
- I need information about reports
- Azure PublishCodeCoverageResults@2 issue with detailed report for coverage
- how to create in webi a text input control based on partial text or number for filtering a BO Report
- unable to upload Paginated report
- 401 Unauthorized https://api.powerbi.com/v1.0/myorg/GenerateToken
- apexchart javascript grouped stacked bars sometimes not working
- Column Reorder in PBI - I Want to rearrange/sort the order of my data within the columns in my report
- How to update custom reports in Dynamics 365 Field services
- Email based on no entries
- IIS worker process memory keeps increasing with each new devexpress report beeing served
Related Questions in SSRS-2008
- I want to integrate Crystal reports or SSRS reports in react js
- How safe are global temp tables? (Microsoft SQL Server)
- Aligning Two Matrix Tables in SSRS Based on Matching Column Names
- How to make page columns in RDLC Report?
- SSRS timeout with stored procedure
- SSRS: one or more parameters were not specified for the subreport located at
- How to repeat textbox on every page of SSRS Report
- How to use resource file value in the expression in RDLC file
- Group multiple parameter values into one
- SSRS puts # in front of field name and scrambles the report columns
- SSRS main report calls subreport and ignores page breaks
- SQL Report Builder V3: PDF pages are having margins which needs to be eliminate before creating
- How can I display multiple details with a summary in RDLC?
- Open SSRS server report in Report Builder from the WPF Application
- SSRS report showing blank row under hidden group row
Related Questions in REPORTSERVER
- Cannot create reports on Visual Studio 2022
- SQL ReportServer - HTTP request is not allowed for client authentication scheme "Ntlm"
- Implementing single sign on with gluu on reportserver
- SSRS ReportServer DB reporttypes configuration question
- Report Server Configuration Manager - User does not have the necessary rights to read recognizer information
- SSRS 2019 URL Reservations Configuration AccountName mismatch
- How can I resolve the 'Could not load folder contents' error on Power BI Report Server when users have been granted folder access?
- SSRS Reports asking for credentials
- Error when running database script Report Server Configuration Manager
- After using Custom Authorization in Power BI report server, I cannot add the group in the Row level security section
- Open PDF from file on report server dynamically not just by copying url
- SQL Server Reporting Services: make cascading parameters with the values set by default
- MS Reportserver shows Login when I request a Report over URL - how I can avoid this?
- Is there any way to search for accented characters in SSRS report viewer?
- Expression to calculate % in a report
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I think the easiest way for you to be able to determine a history for these is to build your own ETL script which would look up the current name of the reports, stored by GUID, and hold this in another structure. Having looked through the ReportServer database, I don't believe the name attribute of a report is held historically. I would based my implementation for this off the Sample Code for Reporting Utilization Stat's which is available in the examples on codeplex. I'll see if I can find the link to that example, its how I learned the most about how the ReportServer database is used and structured.