<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Download Reports (.RDL) files for editing (SSRS 2005)</title>
	<atom:link href="http://lukehayler.com/2010/02/download-reports-rdl-files-for-editing-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://lukehayler.com/2010/02/download-reports-rdl-files-for-editing-4/</link>
	<description>A blog about Business Intelligence and other personal interests</description>
	<lastBuildDate>Fri, 13 Jan 2012 08:11:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Bebandit</title>
		<link>http://lukehayler.com/2010/02/download-reports-rdl-files-for-editing-4/#comment-1424</link>
		<dc:creator>Bebandit</dc:creator>
		<pubDate>Tue, 03 Jan 2012 17:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/2010/02/download-reports-rdl-files-for-editing-4/#comment-1424</guid>
		<description>This worked perfectly. I did not lose the report, rather, a co-worker made the initial report and he was out when I was asked to modify it. Thanks!</description>
		<content:encoded><![CDATA[<p>This worked perfectly. I did not lose the report, rather, a co-worker made the initial report and he was out when I was asked to modify it. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://lukehayler.com/2010/02/download-reports-rdl-files-for-editing-4/#comment-168</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 31 Jan 2011 18:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/2010/02/download-reports-rdl-files-for-editing-4/#comment-168</guid>
		<description>I came across this simple query for pulling the actual RDL XML out of the catalog table.  Seems to work in both 2005 and 2008:
   SELECT Path, Name,
      SourceCode = CAST(CAST(content AS VARBINARY(max)) AS XML)
   FROM ReportServer.dbo.Catalog
   WHERE Type IN (2,6)
   ORDER BY Path, Type, Name
Got it from here:
http://social.msdn.microsoft.com/forums/en-US/sqlreportingservices/thread/0cd1a40a-1987-4712-80c8-e876df4daf86/</description>
		<content:encoded><![CDATA[<p>I came across this simple query for pulling the actual RDL XML out of the catalog table.  Seems to work in both 2005 and 2008:<br />
   SELECT Path, Name,<br />
      SourceCode = CAST(CAST(content AS VARBINARY(max)) AS XML)<br />
   FROM ReportServer.dbo.Catalog<br />
   WHERE Type IN (2,6)<br />
   ORDER BY Path, Type, Name<br />
Got it from here:<br />
<a href="http://social.msdn.microsoft.com/forums/en-US/sqlreportingservices/thread/0cd1a40a-1987-4712-80c8-e876df4daf86/" rel="nofollow">http://social.msdn.microsoft.com/forums/en-US/sqlreportingservices/thread/0cd1a40a-1987-4712-80c8-e876df4daf86/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Hayler</title>
		<link>http://lukehayler.com/2010/02/download-reports-rdl-files-for-editing-4/#comment-167</link>
		<dc:creator>Luke Hayler</dc:creator>
		<pubDate>Mon, 01 Feb 2010 20:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/2010/02/download-reports-rdl-files-for-editing-4/#comment-167</guid>
		<description>Hi Chris,

Thanks for pointing that out. I&#039;ve updated the post to reflect this observation.</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>Thanks for pointing that out. I&#8217;ve updated the post to reflect this observation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Randall</title>
		<link>http://lukehayler.com/2010/02/download-reports-rdl-files-for-editing-4/#comment-166</link>
		<dc:creator>Chris Randall</dc:creator>
		<pubDate>Mon, 01 Feb 2010 19:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/2010/02/download-reports-rdl-files-for-editing-4/#comment-166</guid>
		<description>Since no version number was mentioned, it should be pointed out that the above technique only works with SSRS 2005. We no longer have access to the catalog via SSMS in SSRS 2008, unfortunately.</description>
		<content:encoded><![CDATA[<p>Since no version number was mentioned, it should be pointed out that the above technique only works with SSRS 2005. We no longer have access to the catalog via SSMS in SSRS 2008, unfortunately.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

