<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:georss="http://www.georss.org/georss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Ed Squared - SQL</title>
    <link>http://www.edsquared.com/</link>
    <description>The Ramblings of Two Microsoft .NET Developers, TFS, and Visual Studio ALM Guys --- "Yes, we are both named Ed."</description>
    <language>en-us</language>
    <copyright>Ed Blankenship</copyright>
    <lastBuildDate>Thu, 14 Jan 2010 20:49:12 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 12.1.14.2</generator>
    <managingEditor>edblankenship@gmail.com</managingEditor>
    <webMaster>edblankenship@gmail.com</webMaster>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=0f634823-d037-497b-a626-4f9dce0f1759</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,0f634823-d037-497b-a626-4f9dce0f1759.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,0f634823-d037-497b-a626-4f9dce0f1759.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=0f634823-d037-497b-a626-4f9dce0f1759</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Report Builder is an awesome tool in lieu of using Microsoft Office Excel or Business
Intelligence Studio to create custom reports with SQL Server 2008 Reporting Services. 
The version of Report Builder that shipped with SQL Server 2008 is Report Builder
1.0.  Report Builder 2.0 was later released with <a href="http://www.edsquared.com/ct.ashx?id=0f634823-d037-497b-a626-4f9dce0f1759&amp;url=http%3a%2f%2ftechnet.microsoft.com%2fen-us%2flibrary%2fdd207008.aspx" target="_blank">plenty
of new features and a better report writing experience</a>.
</p>
        <p>
The only issue though is that the most discoverable way to install Report Builder
using Click-Once is through Report Manager but it points to Report Builder 1.0 even
after you install Service Pack 1 for SQL Server 2008.
</p>
        <p>
          <a href="http://www.edsquared.com/ct.ashx?id=0f634823-d037-497b-a626-4f9dce0f1759&amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fHowtoPointto.0inSQL2008ReportingServices_DBD4%2fimage_2.png">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="SQL 2008 Reporting Services Report Manager Report Builder Link" border="0" alt="SQL 2008 Reporting Services Report Manager Report Builder Link" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/HowtoPointto.0inSQL2008ReportingServices_DBD4/image_thumb.png" width="832" height="291" />
          </a>
        </p>
        <p>
If you installed Service Pack 1 for your Reporting Services instance, there is actually
a way to change the behavior though to point it to the Report Builder 2.0 Click-Once
install.  Click “Site Settings” in the upper-right hand corner and then fill
out the <strong>Custom Report Builder Launch</strong> URL to <font face="Consolas">“/ReportBuilder/ReportBuilder_2_0_0_0.application”</font> if
your server is setup in Native mode (<strong>which it should be if it is the RS instance
for </strong><a href="http://www.edsquared.com/ct.ashx?id=0f634823-d037-497b-a626-4f9dce0f1759&amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fteamsystem%2fdefault.aspx" target="_blank"><strong>TFS</strong></a>)
or <font face="Consolas">“/_vti_bin/ReportBuilder/ReportBuilder_2_0_0_0.application”</font> if
it is in SharePoint Mode.
</p>
        <p>
          <a href="http://www.edsquared.com/ct.ashx?id=0f634823-d037-497b-a626-4f9dce0f1759&amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fHowtoPointto.0inSQL2008ReportingServices_DBD4%2fimage_4.png">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Custom Report Builder Launch URL" border="0" alt="Custom Report Builder Launch URL" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/HowtoPointto.0inSQL2008ReportingServices_DBD4/image_thumb_1.png" width="833" height="443" />
          </a>
        </p>
        <p>
 
</p>
        <p>
Alternately, if you want to download the full MSI installer you can over at Microsoft
Downloads:  <a href="http://www.edsquared.com/ct.ashx?id=0f634823-d037-497b-a626-4f9dce0f1759&amp;url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d9f783224-9871-4eea-b1d5-f3140a253db6%26displaylang%3den">http://www.microsoft.com/downloads/details.aspx?FamilyID=9f783224-9871-4eea-b1d5-f3140a253db6&amp;displaylang=en</a>. 
Thanks to the <a href="http://www.edsquared.com/ct.ashx?id=0f634823-d037-497b-a626-4f9dce0f1759&amp;url=http%3a%2f%2fblogs.msdn.com%2fsqlrsteamblog%2farchive%2f2009%2f04%2f17%2fsome-help-with-report-builder-2-0-clickonce.aspx" target="_blank">Reporting
Services Team Blog</a> for the handy information.
</p>
        <p>
 
</p>
        <p>
          <strong>Ed Blankenship</strong>
        </p>
        <img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=0f634823-d037-497b-a626-4f9dce0f1759" />
        <br />
        <hr />
Brought to you by Ed Blankenship and Ed Kisinger at EdSquared.com</body>
      <title>How to Point to Report Builder 2.0 in SQL 2008 Reporting Services</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,0f634823-d037-497b-a626-4f9dce0f1759.aspx</guid>
      <link>http://www.edsquared.com/2010/01/14/How+To+Point+To+Report+Builder+20+In+SQL+2008+Reporting+Services.aspx</link>
      <pubDate>Thu, 14 Jan 2010 20:49:12 GMT</pubDate>
      <description>&lt;p&gt;
Report Builder is an awesome tool in lieu of using Microsoft Office Excel or Business
Intelligence Studio to create custom reports with SQL Server 2008 Reporting Services.&amp;nbsp;
The version of Report Builder that shipped with SQL Server 2008 is Report Builder
1.0.&amp;nbsp; Report Builder 2.0 was later released with &lt;a href="http://www.edsquared.com/ct.ashx?id=0f634823-d037-497b-a626-4f9dce0f1759&amp;amp;url=http%3a%2f%2ftechnet.microsoft.com%2fen-us%2flibrary%2fdd207008.aspx" target="_blank"&gt;plenty
of new features and a better report writing experience&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
The only issue though is that the most discoverable way to install Report Builder
using Click-Once is through Report Manager but it points to Report Builder 1.0 even
after you install Service Pack 1 for SQL Server 2008.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.edsquared.com/ct.ashx?id=0f634823-d037-497b-a626-4f9dce0f1759&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fHowtoPointto.0inSQL2008ReportingServices_DBD4%2fimage_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="SQL 2008 Reporting Services Report Manager Report Builder Link" border="0" alt="SQL 2008 Reporting Services Report Manager Report Builder Link" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/HowtoPointto.0inSQL2008ReportingServices_DBD4/image_thumb.png" width="832" height="291"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
If you installed Service Pack 1 for your Reporting Services instance, there is actually
a way to change the behavior though to point it to the Report Builder 2.0 Click-Once
install.&amp;nbsp; Click “Site Settings” in the upper-right hand corner and then fill
out the &lt;strong&gt;Custom Report Builder Launch&lt;/strong&gt; URL to &lt;font face="Consolas"&gt;“/ReportBuilder/ReportBuilder_2_0_0_0.application”&lt;/font&gt; if
your server is setup in Native mode (&lt;strong&gt;which it should be if it is the RS instance
for &lt;/strong&gt;&lt;a href="http://www.edsquared.com/ct.ashx?id=0f634823-d037-497b-a626-4f9dce0f1759&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fteamsystem%2fdefault.aspx" target="_blank"&gt;&lt;strong&gt;TFS&lt;/strong&gt;&lt;/a&gt;)
or &lt;font face="Consolas"&gt;“/_vti_bin/ReportBuilder/ReportBuilder_2_0_0_0.application”&lt;/font&gt; if
it is in SharePoint Mode.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.edsquared.com/ct.ashx?id=0f634823-d037-497b-a626-4f9dce0f1759&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fHowtoPointto.0inSQL2008ReportingServices_DBD4%2fimage_4.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Custom Report Builder Launch URL" border="0" alt="Custom Report Builder Launch URL" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/HowtoPointto.0inSQL2008ReportingServices_DBD4/image_thumb_1.png" width="833" height="443"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Alternately, if you want to download the full MSI installer you can over at Microsoft
Downloads:&amp;nbsp; &lt;a href="http://www.edsquared.com/ct.ashx?id=0f634823-d037-497b-a626-4f9dce0f1759&amp;amp;url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d9f783224-9871-4eea-b1d5-f3140a253db6%26displaylang%3den"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=9f783224-9871-4eea-b1d5-f3140a253db6&amp;amp;displaylang=en&lt;/a&gt;.&amp;nbsp;
Thanks to the &lt;a href="http://www.edsquared.com/ct.ashx?id=0f634823-d037-497b-a626-4f9dce0f1759&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fsqlrsteamblog%2farchive%2f2009%2f04%2f17%2fsome-help-with-report-builder-2-0-clickonce.aspx" target="_blank"&gt;Reporting
Services Team Blog&lt;/a&gt; for the handy information.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Ed Blankenship&lt;/strong&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=0f634823-d037-497b-a626-4f9dce0f1759" /&gt;
&lt;br /&gt;
&lt;hr /&gt;Brought to you by Ed Blankenship and Ed Kisinger at EdSquared.com</description>
      <comments>http://www.edsquared.com/CommentView,guid,0f634823-d037-497b-a626-4f9dce0f1759.aspx</comments>
      <category>Reporting</category>
      <category>SQL</category>
      <category>TFS</category>
    </item>
  </channel>
</rss>