I need to find a missing report

Gordon, Cliff (he/him/his) 0 Reputation points
2025-04-29T12:38:40.2833333+00:00

I'm searching for a report for one of our specialists on 04/07/25 who is no longer with TD as of this month. However the specialist name is no longer listed under the team manager for TD bank. I've left a comment but I have no idea who it goes to our how long that it will take to get answered.

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,042 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 46,631 Reputation points
    2025-04-30T05:32:45.3233333+00:00

    You can query all SSRS object incl. reports with

    select *
    from ReportServer.dbo.Catalog
    

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.