@SQLJax Not sure if this is what you are looking for. SELECT Name AS ReportName, CONVERT(XML, CONVERT(VARBINARY(MAX), Content)) AS ReportContent FROM Catalog
@SQLJax The ReportingServicesTools PowerShell module is great.
@SQLJax Not sure if this is what you are looking for. SELECT Name AS ReportName, CONVERT(XML, CONVERT(VARBINARY(MAX), Content)) AS ReportContent FROM Catalog
@SQLJax The ReportingServicesTools PowerShell module is great.