SDU Tools: List content items in the SQL Server Reporting Services catalog
I mentioned last week that I’ve been needing to write queries against the SQL Server Reporting Services catalog. I often need to list the items that are contained in the SSRS catalog.
So, in our free SDU Tools for developers and DBAs, we added a procedure that does just that. It’s called RSListContentItems.
It takes two optional parameters:
@RSDatabaseName sysname - the name of your SSRS database
@IsOrderedByUserName bit - should the output be ordered by user name?
2019-10-16

