<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A Developer&#039;s Blog &#187; download</title>
	<atom:link href="http://blog.hoegaerden.be/tag/download/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hoegaerden.be</link>
	<description>SQL Server, BI, .NET, IT and anything else I have been playing with.</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:15:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SQL Server 2008 R2 August CTP: download time!</title>
		<link>http://blog.hoegaerden.be/2009/08/15/sql-server-2008-r2-august-ctp-download-time/</link>
		<comments>http://blog.hoegaerden.be/2009/08/15/sql-server-2008-r2-august-ctp-download-time/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 13:56:38 +0000</pubDate>
		<dc:creator>Valentino Vranken</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>
		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false">http://blog.hoegaerden.be/2009/08/15/sql-server-2008-r2-august-ctp-download-time/</guid>
		<description><![CDATA[For those who haven’t heard about SQL Server 2008 R2 yet, have a look at its home page: http://www.microsoft.com/sqlserver/2008/en/us/r2.aspx Download the August CTP to give it a go! After having had a look at the available documentation in the Books Online, which at this moment is pre-release obviously (R2 is planned for the first half [...]]]></description>
			<content:encoded><![CDATA[<p>For those who haven’t heard about SQL Server 2008 R2 yet, have a look at its home page: <a title="http://www.microsoft.com/sqlserver/2008/en/us/r2.aspx" href="http://www.microsoft.com/sqlserver/2008/en/us/r2.aspx">http://www.microsoft.com/sqlserver/2008/en/us/r2.aspx</a></p>
<p><a title="Evaluate the Microsoft SQL Server 2008 R2 August Community Technology Preview (CTP) today" href="http://technet.microsoft.com/en-us/evalcenter/ee315247.aspx" target="_blank">Download the August CTP</a> to give it a go!</p>
<p>After having had a look at the <a title="SQL Server 2008 R2 Books Online" href="http://msdn.microsoft.com/en-us/library/ms130214%28SQL.105%29.aspx" target="_blank">available documentation in the Books Online</a>, which at this moment is pre-release obviously (R2 is planned for the first half of 2010), following is a list of new stuff that caught my interest.&#160; Well, besides the major new components such as <a title="Microsoft Project Gemini links" href="http://www.beyeblogs.com/donaldfarmer/archive/2009/04/microsoft_proje.php" target="_blank">Project Gemini</a> or the <a title="SQL Server 2008 R2 – Managed Self Service Business Intelligence" href="http://www.microsoft.com/sqlserver/2008/en/us/R2-self-service-BI.aspx" target="_blank">Self Service Business Intelligence</a> capabilities.&#160; These are not yet included in this release anyway, you’ll have to wait for the Fall 2009 CTP for that.</p>
<h2>Reporting Services</h2>
<h3>Maps</h3>
<p>That’s right, maps!&#160; Isn’t that cool?&#160; Now we’ll finally have a way to visualize our two new spatial data types which we have available since SQL Server 2008 (<a title="SQL Server 2008 BOL - geometry (Transact-SQL)" href="http://msdn.microsoft.com/en-us/library/cc280487.aspx" target="_blank">geometry</a> and <a title="SQL Server 2008 BOL - geography (Transact-SQL)" href="http://msdn.microsoft.com/en-us/library/cc280766.aspx" target="_blank">geography</a>).</p>
<p>These maps will be available in Report Builder 3.0 as well as in SSRS projects in BIDS.&#160; If you want, you can try out Report Builder 3.0 without downloading SQL Server, it’s a separate download in the page mentioned earlier.</p>
<p>This is what the new report template looks like when first opening the new Report Builder:</p>
<p><a href="http://blog.hoegaerden.be/wp-content/uploads/image65.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="New report in Report Builder 3.0 shows the Map icon" border="0" alt="New report in Report Builder 3.0 shows the Map icon" src="http://blog.hoegaerden.be/wp-content/uploads/image_thumb.png" width="490" height="225" /></a> </p>
<p>Indeed, it now shows a third object icon called Map.&#160; Dan English <a title="Report Builder 3.0 August CTP Install Experience and Overview" href="http://www.biblogs.com/2009/08/14/report-builder-30-august-ctp-install-experience-and-overview/" target="_blank">wrote a detailed blog post about the Report Builder 3.0 installation procedure</a>, in case you want to see the wizard before actually running it yourself.</p>
<p>Furthermore, in <a title="RS Maps with Spatial Data and Bing Maps" href="http://blogs.msdn.com/robertbruckner/archive/2009/08/11/rs-maps-with-spatial-data-and-bing-maps.aspx" target="_blank">this tutorial</a> Robert Bruckner shows you how to use the map visualization functionality using Report Builder 3.0.</p>
<h3>Lookup functions</h3>
<p>Finally, here&#8217;s the answer to the &quot;<a title="Want to link datasets? Please vote!" href="http://blog.hoegaerden.be/2009/06/13/want-to-link-datasets-please-vote/" target="_blank">Want to link datasets? Please vote!</a>” article.&#160; Well, not exactly but at least it&#8217;s a first step.</p>
<p>The following 3 new functions will be available for us to use in expressions in our reports:</p>
<ul>
<li><a title="SQL Server 2008 R2 BOL - Lookup Function" href="http://msdn.microsoft.com/en-us/library/ee210575%28SQL.105%29.aspx" target="_blank">Lookup</a></li>
<li><a title="SQL Server 2008 R2 BOL - LookupSet Function" href="http://msdn.microsoft.com/en-us/library/ee210576%28SQL.105%29.aspx" target="_blank">LookupSet</a></li>
<li><a title="SQL Server 2008 R2 BOL - Multilookup Function" href="http://msdn.microsoft.com/en-us/library/ee210583%28SQL.105%29.aspx" target="_blank">Multilookup</a></li>
</ul>
<p>These lookup functions will allow us to fetch data from dataset2 and display it within a data region that&#8217;s bound to dataset1.&#160; Of course it’s not as convenient as when it would be possible to join two datasets together but it does overcome the limitation of not being able to display data from more than one dataset in the same data region.&#160; Definitely looking forward to trying it out!&#160; Here&#8217;s <a title="Reporting Services Lookup Functions" href="http://prologika.com/CS/blogs/blog/archive/2009/08/12/reporting-services-lookup-functions.aspx" target="_blank">a blog post by Teo Lachev</a> where he shows how it works.</p>
<h3>Report Manager Enhancements</h3>
<p>Look and feel plus user experience have gotten an upgrade here, such as &quot;Eliminating the need to render a report before accessing and configuring report properties when in default view.&quot;.&#160; Well, that saves us the click to switch to Detail View, as we&#8217;re used to doing.&#160; Teo Lachev has posted <a title="The Dazzling R2 Report Manager" href="http://prologika.com/CS/blogs/blog/archive/2009/08/11/the-dazzling-r2-report-manager.aspx" target="_blank">some screenshots of the new Report Manager</a>, which as you’ll notice has become more “SharePointy”.</p>
<h2>Analysis Services</h2>
<h3>Windows XP Not Supported</h3>
<p>According to the release notes it’s not fully operational on XP.&#160; I do hope that this gets fixed by RTM?&#160; More info in the <a title="SQL Server 2008 R2 August CTP Release Notes" href="http://go.microsoft.com/fwlink/?LinkID=155801" target="_blank">Release Notes</a>.</p>
<h2>Database Engine</h2>
<p>The relational database engine didn&#8217;t get any major functionality changes but I still noticed the following.</p>
<h3>CPUs</h3>
<p>The number of CPU cores that a server can use for database operations has been increased from 64 to 512.&#160; Well, I sure would like to try that feature out!&#160; If you’re reading this and have got a spare computer with, let&#8217;s say 128 CPUs please do contact me and I&#8217;ll give you the shipping details <img src='http://blog.hoegaerden.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h3>Unicode Compression</h3>
<p>Unicode data that is stored in nvarchar(n) and nchar(n) columns is compressed by using an implementation of the Standard Compression Scheme for Unicode (SCSU) algorithm.&#160; Could be interesting.&#160; I&#8217;m always in favor of saving space if it doesn&#8217;t cost in performance.&#160; But there is a limitation: Data values that are stored off row or in nvarchar(max) columns are not compressed.   <br />More details: <a href="http://msdn.microsoft.com/en-us/library/ee240835%28SQL.105%29.aspx">http://msdn.microsoft.com/en-us/library/ee240835(SQL.105).aspx</a></p>
<p>Now if you’ll excuse me, I have some downloading to do! <img src='http://blog.hoegaerden.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.hoegaerden.be%2F2009%2F08%2F15%2Fsql-server-2008-r2-august-ctp-download-time%2F&amp;title=SQL%20Server%202008%20R2%20August%20CTP%3A%20download%20time%21" id="wpa2a_2"><img src="http://blog.hoegaerden.be/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.hoegaerden.be/2009/08/15/sql-server-2008-r2-august-ctp-download-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10.0.2531.0</title>
		<link>http://blog.hoegaerden.be/2009/04/12/10025310/</link>
		<comments>http://blog.hoegaerden.be/2009/04/12/10025310/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 11:19:04 +0000</pubDate>
		<dc:creator>Valentino Vranken</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://blog.hoegaerden.be/2009/04/12/10025310/</guid>
		<description><![CDATA[Right.  10.0.2531.0.  That&#8217;s the version number that my SELECT @@VERSION statement is reporting when executed on my SQL Server 2008.  How come?  Well, I installed Service Pack 1. In other words, SP1 for SQL Server 2008 is out and can be downloaded from the Microsoft Download Center! Besides fixing several bugs there are some new [...]]]></description>
			<content:encoded><![CDATA[<p>Right.  10.0.2531.0.  That&#8217;s the version number that my SELECT @@VERSION statement is reporting when executed on my SQL Server 2008.  How come?  Well, I installed Service Pack 1.</p>
<p>In other words, SP1 for SQL Server 2008 is out and <a title="SQL Server 2008 Service Pack 1" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=66ab3dbb-bf3e-4f46-9559-ccc6a4f9dc19" target="_blank">can be downloaded from the Microsoft Download Center</a>!</p>
<p>Besides <a title="List of the bugs that are fixed in SQL Server 2008 Service Pack 1" href="http://support.microsoft.com/kb/968369" target="_blank">fixing several bugs</a> there are some new features to the installation package itself:</p>
<ul>
<li>Slipstream<br />
You can now integrate the base installation together with service packs or with hotfixes. Therefore, you can install in a single step.</li>
<li>Service pack removal<br />
You can now uninstall only the service pack without uninstalling the whole instance.</li>
<li>ClickOnce capability<br />
You can now deploy Report Builder 2.0 by using the ClickOnce deployment technology.</li>
</ul>
<p>I especially like the slipstream feature.  This should wipe out a problem which I encountered with 2005.  Some time ago I got a machine that had SQL Server 2005 installed, including SP2.  However, the Management Studio was not installed.  Ever tried getting it installed in such a scenario?  The install DVD complains that there&#8217;s already a newer version on the machine and refuses to install SSMS.  So I ended up uninstalling and reinstalling everything.  This problem should now be avoidable, or at least, that&#8217;s what I hope.  I haven&#8217;t actually tried it out but that&#8217;s how I understand slipstream.</p>
<p>Together with SQL Server, the <a title="Microsoft® SQL Server® 2008 Express Edition Service Pack 1" href="http://www.microsoft.com/downloads/details.aspx?familyid=01AF61E6-2F63-4291-BCAD-FD500F6027FF&amp;displaylang=en" target="_blank">Express Edition</a> of 2008 has also gotten an update to SP1.  And the same goes for <a title="Microsoft SQL Server 2008 Feature Pack, April 2009" href="http://www.microsoft.com/downloads/details.aspx?familyid=B33D2C78-1059-4CE2-B80D-2343C099BCB4&amp;displaylang=en" target="_blank">the SQL Server 2008 Feature Pack which is now dated April 2009</a>.</p>
<p>Other updated downloads include <a title="Microsoft SQL Server 2008 Reporting Services Report Builder 2.0, April 2009" href="http://www.microsoft.com/downloads/details.aspx?familyid=DBDDC9B6-6E19-4D4B-9309-13F62901B0D5&amp;displaylang=en" target="_blank">Report Builder 2.0</a>, <a title="Microsoft SQL Server 2008 Data Mining Add-ins for Microsoft Office 2007, April 2009" href="http://www.microsoft.com/downloads/details.aspx?familyid=AF070F2C-46F4-47B6-B7BF-48979B999AEB&amp;displaylang=en" target="_blank">Data Mining add-ins for Office</a>, <a title="Microsoft SQL Server 2008 Reporting Services Add-in for Microsoft SharePoint Technologies, April 2009" href="http://www.microsoft.com/downloads/details.aspx?familyid=58EDD0E4-255B-4361-BD1E-E530D5AAB78F&amp;displaylang=en" target="_blank">Reporting Services add-in for SharePoint</a> and the <a title="Microsoft SQL Server 2008 Upgrade Advisor, April 2009" href="http://www.microsoft.com/downloads/details.aspx?familyid=802D0632-5DE7-4EFD-AE43-EBE3FC078886&amp;displaylang=en" target="_blank">Upgrade Advisor</a>.</p>
<p><strong>Update</strong>: the BOL have gotten their update as well.  Now available for download: <a title="Microsoft SQL Server 2008 Books Online (May 2009)" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=765433f7-0983-4d7a-b628-0a98145bcb97" target="_blank">Microsoft SQL Server 2008 Books Online (May 2009)</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.hoegaerden.be%2F2009%2F04%2F12%2F10025310%2F&amp;title=10.0.2531.0" id="wpa2a_4"><img src="http://blog.hoegaerden.be/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.hoegaerden.be/2009/04/12/10025310/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BOL JAN 2009 update</title>
		<link>http://blog.hoegaerden.be/2009/02/11/bol-jan-2009-update/</link>
		<comments>http://blog.hoegaerden.be/2009/02/11/bol-jan-2009-update/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 21:07:55 +0000</pubDate>
		<dc:creator>Valentino Vranken</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://blog.hoegaerden.be/2009/02/11/bol-jan-2009-update/</guid>
		<description><![CDATA[The SQL Server 2008 Books Online have gotten a new update.  This time they are dated January 2009 with version number 10.00.1601.22.  So if you like to have the latest information available under that F1 button in SSMS, you have some downloading to do. The download is available here: http://www.microsoft.com/downloads/details.aspx?FamilyId=765433F7-0983-4D7A-B628-0A98145BCB97&#38;displaylang=en In case you&#8217;ve missed the [...]]]></description>
			<content:encoded><![CDATA[<p>The SQL Server 2008 Books Online have gotten a new update.  This time they are dated January 2009 with version number 10.00.1601.22.  So if you like to have the latest information available under that F1 button in SSMS, you have some downloading to do.</p>
<p>The download is available here: <a title="http://www.microsoft.com/downloads/details.aspx?FamilyId=765433F7-0983-4D7A-B628-0A98145BCB97&amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=765433F7-0983-4D7A-B628-0A98145BCB97&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyId=765433F7-0983-4D7A-B628-0A98145BCB97&amp;displaylang=en</a></p>
<p>In case you&#8217;ve missed the small issue related to the BOL that shipped with the RTM version of SQL Server 2008, have a look at <a title="New (web) update for SQL Server 2008 Books Online" href="http://sqlblog.com/blogs/tibor_karaszi/archive/2008/11/05/new-web-update-for-sql-server-2008-books-online.aspx" target="_blank">this article on Tibor Karaszi&#8217;s blog</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.hoegaerden.be%2F2009%2F02%2F11%2Fbol-jan-2009-update%2F&amp;title=BOL%20JAN%202009%20update" id="wpa2a_6"><img src="http://blog.hoegaerden.be/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.hoegaerden.be/2009/02/11/bol-jan-2009-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005 SP3 is out!</title>
		<link>http://blog.hoegaerden.be/2008/12/19/sql-server-2005-sp3-is-out/</link>
		<comments>http://blog.hoegaerden.be/2008/12/19/sql-server-2005-sp3-is-out/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 19:43:37 +0000</pubDate>
		<dc:creator>Valentino Vranken</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false">http://blog.hoegaerden.be/2008/12/19/sql-server-2005-sp3-is-out/</guid>
		<description><![CDATA[Microsoft has released an early Christmas present in the form of Service Pack 3 for SQL Server 2005. The SP can be downloaded from the Download Center.  Same for the updated Books Online. As I&#8217;m a fan of version numbers, SP3 upgrades your SQL Server to version 9.00.4035. Besides all the fixes from the cumulative [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has released an early Christmas present in the form of Service Pack 3 for SQL Server 2005.</p>
<p>The SP can be downloaded from the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ae7387c3-348c-4faa-8ae5-949fdfbe59c4&amp;DisplayLang=en" target="_blank">Download Center</a>.  Same for the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=BE6A2C5D-00DF-4220-B133-29C1E0B6585F&amp;displaylang=en" target="_blank">updated Books Online</a>.</p>
<p>As I&#8217;m a fan of version numbers, SP3 upgrades your SQL Server to version 9.00.4035.</p>
<p>Besides all the fixes from the cumulative updates, the service pack also contains some enhancements.  The one that caught my interest is the following:</p>
<blockquote><p>In SharePoint integrated mode, reports typically run slower than the same reports run in native mode. The main cause of this latency can be attributed to SharePoint object model calls that are made. In SQL Server 2005 SP3, the number of SharePoint object model calls that SQL Server 2005 Reporting Services (SSRS) makes are optimized. This optimization reduces some of the latency when you compare report performance with native mode.</p></blockquote>
<p>Now if you&#8217;ll excuse me, I&#8217;ve got some downloads to do <img src='http://blog.hoegaerden.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.hoegaerden.be%2F2008%2F12%2F19%2Fsql-server-2005-sp3-is-out%2F&amp;title=SQL%20Server%202005%20SP3%20is%20out%21" id="wpa2a_8"><img src="http://blog.hoegaerden.be/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.hoegaerden.be/2008/12/19/sql-server-2005-sp3-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

