<?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>Kockel.be &#187; Techblog</title>
	<atom:link href="http://www.kockel.be/blog/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kockel.be</link>
	<description>Personal website of Steven Kockelkoren</description>
	<lastBuildDate>Sun, 08 Jan 2012 20:08:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Which version of SQL Server is installed?</title>
		<link>http://www.kockel.be/2011/06/26/which-version-of-sql-server-is-installed/</link>
		<comments>http://www.kockel.be/2011/06/26/which-version-of-sql-server-is-installed/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 16:09:04 +0000</pubDate>
		<dc:creator>Steven Kockelkoren</dc:creator>
				<category><![CDATA[Techblog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Version]]></category>

		<guid isPermaLink="false">http://www.kockel.be/2011/06/26/which-version-of-sql-server-am-i-using/</guid>
		<description><![CDATA[Every time I want to know which version of SQL Server is installed on a specific environment, I need to go to do some googling to check which name corresponds to the version number I received from my SQL Server. To end this, I’ve created this post as a list primarly for myself but as [...]]]></description>
			<content:encoded><![CDATA[<p>Every time I want to know which version of SQL Server is installed on a specific environment, I need to go to do some <a href="http://www.google.be" target="_blank">googling</a> to check which name corresponds to the version number I received from my SQL Server. To end this, I’ve created this post as a list primarly for myself but as this is a public blog, I’m also sharing this with everybody else. This list does not contain any SQL Server Express versions yet. Maibe I’ll add them in the future.</p>
<p>To retrieve the version number from your instance of SQL Server, just run the following query.in a query tool like SSMS:</p>
<pre class="code"><span style="color: blue">select <span style="color: magenta">@@version</span></span></pre>
<p>This query returns the version number of the current installed SQL Server version.</p>
<p>I hope you’ll find the number in the following list:</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="572" colspan="2">
<p><b>SQL Server 2008 R2</b></p>
</td>
</tr>
<tr>
<td width="92">
<p>10.50.1765.0</p>
</td>
<td width="479">
<p><a href="http://support.microsoft.com/kb/2489376/en-us">SQL Server 2008 R2 CU6</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.50.1753.0</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2438347/en-us">SQL Server 2008 R2 CU5</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.50.1746.0</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2345451">SQL Server 2008 R2 CU4</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.50.1734.0</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2261464/en-us">SQL Server 2008 R2 CU3</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.50.1720.0</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2072493/en-us">SQL Server 2008 R2 CU2</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.50.1702.0</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/981355/en-us">SQL Server 2008 R2 CU1</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.50.1600.1</p>
</td>
<td valign="top" width="479">
<p>SQL Server 2008 R2 RTM</p>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="572" colspan="2">
<p><b>SQL Server 2008</b></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.4272</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2467239">SQL Server 2008 SP2 CU2</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.4266</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2289254">SQL Server 2008 SP2 CU1</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.4000</p>
</td>
<td valign="top" width="479">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=8fbfc1de-d25e-4790-88b5-7dda1f1d4e17&amp;displaylang=en">SQL Server 2008 SP2</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.2808</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2467236">SQL Server 2008 SP1 CU12</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.2804</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2413738/en-us">SQL Server 2008 SP1 CU11</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.2799</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2279604/en-us">SQL Server 2008 SP1 CU10</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.2789</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2083921/en-us">SQL Server 2008 SP1 CU9</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.2775</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/981702/en-us">SQL Server 2008 SP1 CU8</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.2766</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/979065/en-us">SQL Server 2008 SP1 CU7</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.2757</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/977443/en-us">SQL Server 2008 SP1 CU6</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.2746</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/975977/en-us">SQL Server 2008 SP1 CU5</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.2734</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/973602/en-us">SQL Server 2008 SP1 CU4</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.2723</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/default.aspx/kb/971491/en-us">SQL Server 2008 SP1 CU3</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.2714</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/970315">SQL Server 2008 SP1 CU2</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.2710</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/969099">SQL Server 2008 SP1 CU1</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.2531</p>
</td>
<td valign="top" width="479">
<p><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=66ab3dbb-bf3e-4f46-9559-ccc6a4f9dc19">SQL Server 2008 SP1</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.1835</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/979064/en-us">SQL Server 2008 RTM CU10</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.1828</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/977444/en-us">SQL Server 2008 RTM CU9</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.1823</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/975976/en-us">SQL Server 2008 RTM CU8</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.1818</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/973601/en-us">SQL Server 2008 RTM CU7</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.1812</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/971490/en-us">SQL Server 2008 RTM CU6</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.1806</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/969531/en-us">SQL Server 2008 RTM CU5</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.1798</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/963036/en-us">SQL Server 2008 RTM CU4</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.1787</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/960484">SQL Server 2008 RTM CU3</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.1779</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/958186/">SQL Server 2008 RTM CU2</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.1763</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/956717/">SQL Server 2008 RTM CU1</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>10.00.1600</p>
</td>
<td valign="top" width="479">
<p>SQL Server 2008 RTM</p>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="572" colspan="2">
<p><b>SQL Server 2005</b></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.5266</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2507769/en-us?sd=rss&amp;spid=2855">SQL Server 2005 SP4 CU3</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.5259</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2489409">SQL Server 2005 SP4 CU2</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.5254</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2464079">SQL Server 2005 SP4 CU1</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.5000</p>
</td>
<td valign="top" width="479">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=b953e84f-9307-405e-bceb-47bd345baece&amp;displaylang=en">SQL Server 2005 SP4</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.4325</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2507766/en-us?sd=rss&amp;spid=2855">SQL Server 2005 SP3 CU15</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.4317</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2489375">SQL Server 2005 SP3 CU14</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.4315</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2438344/en-us">SQL Server 2005 SP3 CU13</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.4311</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2345449">SQL Server 2005 SP3 CU12</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.4309</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/2258854">SQL Server 2005 SP3 CU11</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.4305</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/983329/en-us">SQL Server 2005 SP3 CU10</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.4294</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/default.aspx/kb/980176/en-us?p=1">SQL Server 2005 SP3 CU9</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.4285</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/978915/en-us">SQL Server 2005 SP3 CU8</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.4273</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/976951/en-us">SQL Server 2005 SP3 CU7</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.4266</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/974648/en-us">SQL Server 2005 SP3 CU6</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.4230</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/972511/en-us">SQL Server 2005 SP3 CU5</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.4226</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/default.aspx/kb/970279/en-us">SQL Server 2005 SP3 CU4</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.4220</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/967909/en-us">SQL Server 2005 SP3 CU3</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.4211</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/961930/en-us">SQL Server 2005 SP3 CU2</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.4207</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/959195/en-us">SQL Server 2005 SP3 CU1</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.4053</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/970892">SQL Server 2005 SP3 GDR (Security Update)</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.4035</p>
</td>
<td valign="top" width="479">
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ae7387c3-348c-4faa-8ae5-949fdfbe59c4&amp;displaylang=en">SQL Server 2005 SP3</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3356</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/976952/en-us">SQL Server 2005 SP2 CU17</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3355</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/974647/en-us">SQL Server 2005 SP2 CU16</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3330</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/972510/en-us">SQL Server 2005 SP2 CU15</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3328</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/970278/en-us">SQL Server 2005 SP2 CU14</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3325</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/967908/en-us">SQL Server 2005 SP2 CU13</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3315</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/962970/en-us">SQL Server 2005 SP2 CU12</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3310</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/959420">SQL Server 2005 SP2 Security Update</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3301</p>
</td>
<td valign="top" width="479">
<p>SQL Server 2005 SP2 CU11</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3294</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/956854/">SQL Server 2005 SP2 CU10</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3282</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/953752/">SQL Server 2005 SP2 CU9</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3257</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/951217/">SQL Server 2005 SP2 CU8</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3239</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/949095/">SQL Server 2005 SP2 CU7</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3233</p>
</td>
<td valign="top" width="479">
<p>SQL Server 2005 QFE Security Hotfix</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3228</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/946608/">SQL Server 2005 SP2 CU6</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3215</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/943656/">SQL Server 2005 SP2 CU5</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3200</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/941450/">SQL Server 2005 SP2 CU4</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3186</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/939537/">SQL Server 2005 SP2 CU3</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3175</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/936305/">SQL Server 2005 SP2 CU2</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3161</p>
</td>
<td valign="top" width="479">
<p>SQL Server 2005 SP2 CU1</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3152</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/933097/">SQL Server 2005 SP2 Cumulative Hotfix</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3077</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/default.aspx/kb/960089">SQL Server 2005 Security Update</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3054</p>
</td>
<td valign="top" width="479">
<p><a href="http://support.microsoft.com/kb/934458">SQL Server 2005 KB934458</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3042.01</p>
</td>
<td valign="top" width="479">
<p><a href="http://www.sqlteam.com/article/microsoft-releases-updated-sql-server-2005-sp2">SQL Server 2005 &quot;SP2a&quot;</a></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.3042</p>
</td>
<td valign="top" width="479">
<p>SQL Server 2005 SP2</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.2047</p>
</td>
<td valign="top" width="479">
<p>SQL Server 2005 SP1</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>9.00.1399</p>
</td>
<td valign="top" width="479">
<p>SQL Server 2005 RTM</p>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="572" colspan="2">
<p><b>SQL Server 2000</b></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>8.00.2039</p>
</td>
<td valign="top" width="479">
<p>SQL Server 2000 SP4</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>8.00.0760</p>
</td>
<td valign="top" width="479">
<p>SQL Server 2000 SP3</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>8.00.0534</p>
</td>
<td valign="top" width="479">
<p>SQL Server 2000 SP2</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>8.00.0384</p>
</td>
<td valign="top" width="479">
<p>SQL Server 2000 SP1</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>8.00.0194</p>
</td>
<td valign="top" width="479">
<p>SQL Server 2000 RTM</p>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="572" colspan="2">
<p><b>SQL Server 7</b></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>7.00.1063</p>
</td>
<td valign="top" width="479">
<p>SQL Server 7 SP4</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>7.00.0961</p>
</td>
<td valign="top" width="479">
<p>SQL Server 7 SP3</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>7.00.0842</p>
</td>
<td valign="top" width="479">
<p>SQL Server 7 SP2</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>7.00.0699</p>
</td>
<td valign="top" width="479">
<p>SQL Server 7 SP1</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>7.00.0623</p>
</td>
<td valign="top" width="479">
<p>SQL Server 7 RTM</p>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="572" colspan="2">
<p><b>SQL Server 6.5</b></p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>6.50.416</p>
</td>
<td valign="top" width="479">
<p>SQL Server 6.5 SP5a</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>6.50.415</p>
</td>
<td valign="top" width="479">
<p>SQL Server 6.5 SP5</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>6.50.281</p>
</td>
<td valign="top" width="479">
<p>SQL Server 6.5 SP4</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>6.50.258</p>
</td>
<td valign="top" width="479">
<p>SQL Server 6.5 SP3</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>6.50.240</p>
</td>
<td valign="top" width="479">
<p>SQL Server 6.5 SP2</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>6.50.213</p>
</td>
<td valign="top" width="479">
<p>SQL Server 6.5 SP1</p>
</td>
</tr>
<tr>
<td valign="top" width="92">
<p>6.50.201</p>
</td>
<td valign="top" width="479">
<p>SQL Server 6.5 RTM</p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.kockel.be/2011/06/26/which-version-of-sql-server-is-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Single sign-on (SSO) in Silverlight 4</title>
		<link>http://www.kockel.be/2011/06/05/single-sign-on-sso-in-silverlight-4/</link>
		<comments>http://www.kockel.be/2011/06/05/single-sign-on-sso-in-silverlight-4/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 13:10:33 +0000</pubDate>
		<dc:creator>Steven Kockelkoren</dc:creator>
				<category><![CDATA[Techblog]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[SSO]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kockel.be/2011/06/05/single-sign-on-sso-in-silverlight-4/</guid>
		<description><![CDATA[For the customers project I’m currently working on, I needed to implement a Single sign-on mechanism in our Silverlight 4 application. They didn’t want their users to login once again into our new application as they are already logged in in windows. After doing a little bit research on this subject, it seemed to be [...]]]></description>
			<content:encoded><![CDATA[<p>For the customers project I’m currently working on, I needed to implement a Single sign-on mechanism in our Silverlight 4 application. They didn’t want their users to login once again into our new application as they are already logged in in windows.</p>
<p>After doing a little bit research on this subject, it seemed to be impossible to retrieve the Windows username directly from our Silverlight application. I had to find a workaround to retrieve the user account so we could load the user profile in our application. How we solved it, was by sending the current Identity as initparam to our Silverlight application. These params are accessible in our Silverlight application during application startup.</p>
<p>Here is our implementation:</p>
<p><strong>Step 1: Add InitParams to our ASPX webpage </strong></p>
<p>Go to the <strong>ASPX</strong> page that hosts our silverlight XAP (do not use the HTML, this won’t work). In the “Object” tag you can find already a few parameters like source, onError, background, minRuntimeVersion and autoUpgrade. Add the folowing parameter to it where we define our set of initial parameters. On this moment we only got one parameter which is named WindowsAccount. You can add extra parameters here (separated by a comma) like language, …</p>
<p> <span style="color: blue"></span>
<pre class="code"><span style="color: blue">&lt;</span><span style="color: maroon">param </span><span style="color: red">name</span><span style="color: blue">=&quot;Initparams&quot; </span><span style="color: red">       value</span><span style="color: blue">=&quot;WindowsAccount=</span><span style="background: yellow">&lt;%</span><span style="color: blue">=</span>HttpContext.Current.User.Identity.Name<span style="background: yellow">%&gt;</span><span style="color: blue">&quot; /&gt;
</span></pre>
<p><strong>Step 2: Retrieve the InitParams during Application Startup</strong></p>
<p>When our Silverlight application starts up, we can read the initial parameters during the <strong>appliction_startup </strong>event in our App.xaml.cs. As we want it to be accessible through our entire application, we create an accessible property in our Application class.</p>
<p>In <strong>App.xaml.cs </strong>add the following lines of code:</p>
<pre class="code"><span style="color: blue">public static string </span>WindowsAccount = <span style="color: blue">string</span>.Empty;

<span style="color: blue">private void </span>Application_Startup(<span style="color: blue">object </span>sender, <span style="color: #2b91af">StartupEventArgs </span>e)
{
    <span style="color: green">// Retrieve the WindowsAccount parameter
    </span>WindowsAccount = e.InitParams[<span style="color: #a31515">&quot;WindowsAccount&quot;</span>];

    <span style="color: green">// Other stuff to do here...
    </span><span style="color: blue">this</span>.RootVisual = <span style="color: blue">new </span><span style="color: #2b91af">MainPage</span>();
}</pre>
<p><strong>Step 3: Access the WindowsAccount in your windows</strong></p>
<p>As we created a public property on the Application class, we can access it now from any screen that can access this application class.</p>
<p>In the <strong>MainPage.xaml.cs</strong> add the following lines of code to retrieve the WindowsAccount property from our Application class.</p>
<pre class="code"><span style="color: green">// Retrieve the value from our Application Class
</span>WindowsAccount = <span style="color: #2b91af">App</span>.WindowsAccount;</pre>
<p>Once you retrieved the WindowsAccount in your class/screen, you have the Windows account in your Silverlight application. You can now go to a database to load the users profile with the correct rights (which we do in our application). You can load all user info without the user asking a password.</p>
<p>A sample project is available for download here. </p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:189bc20c-0afa-46da-91f9-4f1bdae44042" class="wlWriterEditableSmartContent">
<div><a href="http://www.kockel.be/wp-content/uploads/Single-Sign-On-in-Silverlight-4_C232/SSO_Sample.zip" target="_blank">SSO_Sample.zip</a></div>
</div>
<p><strong></strong></p>
<p><strong>Note: </strong>It is important to turn on the Integrated Windows Authentication on your application that is currently hosting the website. Otherwise the Windows credentials won’t be available in the browser session.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kockel.be/2011/06/05/single-sign-on-sso-in-silverlight-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The first Professional Scrum Developer course is announced!</title>
		<link>http://www.kockel.be/2011/01/12/the-first-professional-scrum-developer-course-is-announced/</link>
		<comments>http://www.kockel.be/2011/01/12/the-first-professional-scrum-developer-course-is-announced/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 17:54:57 +0000</pubDate>
		<dc:creator>Steven Kockelkoren</dc:creator>
				<category><![CDATA[Techblog]]></category>
		<category><![CDATA[ALM]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[TFS]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.kockel.be/2011/01/12/the-first-professional-scrum-developer-course-is-announced/</guid>
		<description><![CDATA[Today we announced our first Professional Scrum Developer (PSD) course. The course will take place in Belgium (probably Antwerp or Mechelen) from 9 till 13 may 2011 and will be teached by myself and my colleague Rudi Larno. The Professional Scrum Developer course is a unique and intensive five-day experience for software developers. The course [...]]]></description>
			<content:encoded><![CDATA[<p>Today we announced our first Professional Scrum Developer (PSD) course. The course will take place in Belgium (probably Antwerp or Mechelen) from <strong>9 till 13 may 2011 </strong>and will be teached by myself and my colleague Rudi Larno.</p>
<p align="left"><em>The Professional Scrum Developer course is a unique and intensive five-day experience for software developers. The course guides teams on how to turn product requirements into potentially shippable increments of software using the Scrum framework, Visual Studio 2010, and modern software engineering practices. Attendees will work in self-organizing, self-managing teams using a common instance of Team Foundation Server 2010.</em></p>
<p align="center"><a href="http://www.sparkles.be/training/psd2011.aspx" target="_blank"><img style="border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="Sparkles / Euricom" border="0" alt="Sparkles / Euricom" src="http://www.kockel.be/wp-content/uploads/Our-first-Professional-Scrum-Developer-c_106EC/LogoEuricomAndSparkles.png" width="494" height="86" /></a></p>
<p>Do you want do read more about it or sign up? <a href="http://www.sparkles.be/training/psd2011.aspx" target="_blank">Check it out here…</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kockel.be/2011/01/12/the-first-professional-scrum-developer-course-is-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation of Visual Studio Lab Management</title>
		<link>http://www.kockel.be/2010/12/04/installation-of-visual-studio-lab-management/</link>
		<comments>http://www.kockel.be/2010/12/04/installation-of-visual-studio-lab-management/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 20:28:00 +0000</pubDate>
		<dc:creator>Steven Kockelkoren</dc:creator>
				<category><![CDATA[Techblog]]></category>
		<category><![CDATA[ALM]]></category>
		<category><![CDATA[Lab Management]]></category>
		<category><![CDATA[MTM]]></category>
		<category><![CDATA[TFS]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[VSTS]]></category>

		<guid isPermaLink="false">http://www.kockel.be/2010/12/04/installation-of-visual-studio-lab-management/</guid>
		<description><![CDATA[Since the release of Lab Management in august, there has been written a lot of it on the internet. At our company, we’ve also succesfully set up the Lab Management. To prepare this environment, we’ve been using the setup videos as offered by the Microsoft team. These videos are a great medium to setup your [...]]]></description>
			<content:encoded><![CDATA[<p><font size="2">Since the release of Lab Management in august, there has been written a lot of it on the internet. A</font><font size="2">t our </font><a href="http://www.euri.com" target="_blank"><font size="2">company</font></a><font size="2">, we’ve also succesfully set up the Lab Management. </font><font size="2">To prepare this environment, we’ve been using the setup videos as offered by the Microsoft team. </font><font size="2">These videos are a great medium to setup your environment and to understand the what and how about Lab Management. Check them out!</font></p>
<table border="0" cellspacing="0" cellpadding="4" width="690">
<tbody>
<tr>
<td valign="top" width="212"><b>Title</b></td>
<td valign="top" width="420"><b>Description</b></td>
<td valign="top" width="58">
<p align="center"><b>Duration</b></p>
</td>
</tr>
<tr>
<td valign="top" width="212"><b><a href="http://msdn.microsoft.com/en-us/vstudio/ff945982.aspx">Overview &#8211; Lab Management</a></b></td>
<td valign="top" width="420">
<p>Provides an overview of how lab management fits into Visual Studio 2010, the various components, and the following key scenarios: </p>
<p>- Provision environments quickly for testers and developers            <br />- Automate the build-deploy-test cycle             <br />- File rich bugs with environment snapshots that reproduce for the developer</p>
</td>
<td valign="top" width="58">
<p align="center">07:44</p>
</td>
</tr>
<tr>
<td valign="top" width="212"><b><a href="http://msdn.microsoft.com/en-us/vstudio/gg131911.aspx">1 &#8211; Setup and Configure Lab Management</a></b></td>
<td valign="top" width="420">
<p>Walks you through the setup and configuration steps. Shows you how to setup the Virtual Machine Manager server and how to configure lab management on Team Foundation Server.</p>
<p>The pre-requisites for this scenario are:</p>
<p>- Team Foundation Server – installed and configured            <br />- Test controller and build controller – installed and configured with defaults             <br />- Physical host(s) with Hyper-V </p>
</td>
<td valign="top" width="58">
<p align="center">07:27</p>
</td>
</tr>
<tr>
<td valign="top" width="212"><b><a href="http://msdn.microsoft.com/en-us/vstudio/gg131912.aspx">2 &#8211; Create a virtual environment</a></b></td>
<td valign="top" width="420">
<p>Walks you through the experience of creating your first virtual environment. Illustrates the two ways to create a new virtual environment – compose environment using running VMs and create a new environment using templates in the library.</p>
<p>The pre-requisites for this scenario are:</p>
<p>- Video 1 – Setup and configure lab management            <br />- One or more virtual machines </p>
</td>
<td valign="top" width="58">
<p align="center">08:26</p>
</td>
</tr>
<tr>
<td valign="top" width="212"><b><a href="http://msdn.microsoft.com/en-us/vstudio/gg131920.aspx">3 &#8211; Create Build and Test Artifacts</a></b></td>
<td valign="top" width="420">
<p>Shows you how to create build and test artifacts needed to deploy your build on the environment and to run test cases. These artifacts are pre-requisites for the scenarios in the next two videos.</p>
<p>The pre-requisites for this scenario are:</p>
<p>- Video 1 – Setup and configure lab management            <br />- Video 2 – Create a virtual environment             <br />- Source code is checked in </p>
</td>
<td valign="top" width="58">
<p align="center">07:51</p>
</td>
</tr>
<tr>
<td valign="top" width="212"><b><a href="http://msdn.microsoft.com/en-us/vstudio/gg131922.aspx">4 &#8211; Automate the build-deploy-test cycle</a></b></td>
<td valign="top" width="420">
<p>Walks you through the experience of authoring and running a workflow to build your application, restore environment to a clean snapshot, deploy the build on your environment, take a post deployment snapshot, and run build verification tests.</p>
<p>The pre-requisites for this scenario are:</p>
<p>- Video 1 – Setup and configure lab management            <br />- Video 2 – Create a virtual environment             <br />- Video 3 – Create build and test artifacts </p>
</td>
<td valign="top" width="58">
<p align="center">07:01</p>
</td>
</tr>
<tr>
<td valign="top" width="212"><b><a href="http://msdn.microsoft.com/en-us/vstudio/gg131936.aspx">5 &#8211; File a rich bug with environment snapshots</a></b></td>
<td valign="top" width="420">
<p>Shows you how to file rich bugs with the environment snapshot, as you run manual tests. Also shows you how the developer can connect to the environment snapshot from the bug to reproduce the error.</p>
<p>The pre-requisites for this scenario are:</p>
<p>- Video 1 – Setup and configure lab management            <br />- Video 2 – Create a virtual environment             <br />- Video 3 – Create build and test artifacts             <br />- Video 4 – Automate the build-deploy-test cycle </p>
</td>
<td valign="top" width="58">
<p align="center">06:06</p>
</td>
</tr>
<tr>
<td valign="top" width="212"><b><a href="http://msdn.microsoft.com/en-us/vstudio/gg131937.aspx">6 – Clone environments using network isolation</a></b></td>
<td valign="top" width="420">
<p>Shows you how to create network isolated environments, how to use an application that needs the VMs to be domain joined on such an environment, and how to clone environments without creating conflicts on the network.</p>
<p>The pre-requisites for this scenario are:</p>
<p>- Video 1 – Setup and configure lab management            <br />- Video 2 – Create a virtual environment             <br />- Video 3 – Create build and test artifacts             <br />- Video 4 – Automate the build-deploy-test cycle </p>
</td>
<td valign="top" width="58">
<p align="center">08:03</p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.kockel.be/2010/12/04/installation-of-visual-studio-lab-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KB2387011 &#8211; Hotfix for Microsoft Test Manager 2010</title>
		<link>http://www.kockel.be/2010/11/28/kb2387011-hotfix-for-microsoft-test-manager-2010/</link>
		<comments>http://www.kockel.be/2010/11/28/kb2387011-hotfix-for-microsoft-test-manager-2010/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 19:50:09 +0000</pubDate>
		<dc:creator>Steven Kockelkoren</dc:creator>
				<category><![CDATA[Techblog]]></category>
		<category><![CDATA[MTM]]></category>
		<category><![CDATA[TFS]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.kockel.be/2010/11/28/kb2387011-hotfix-for-microsoft-test-manager-2010/</guid>
		<description><![CDATA[Microsoft has a hotfix for MTM 2010, the testing Manager from Visual Studio 2010 This patch should fix crashes and memory leaks in MTM causing data and productivity loss. Although this is a small hotfix, the installation took about 10 minutes on my machine with VS2010 Ultimate. More information about possible issues can be found [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has a hotfix for MTM 2010, the testing Manager from Visual Studio 2010 This patch should fix crashes and memory leaks in MTM causing data and productivity loss. Although this is a small hotfix, the installation took about 10 minutes on my machine with VS2010 Ultimate.</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto 10px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="Microsoft Test Manager 2010" border="0" alt="Microsoft Test Manager 2010" src="http://www.kockel.be/wp-content/uploads/9d9b494b94c1_1207D/image.png" width="644" height="474" /></p>
<p>More information about possible issues can be found <a href="http://support.microsoft.com/kb/2387011" target="_blank">here</a>. You can download the fix <a href="https://fp-pr1.ds.microsoft.com/TransferFile/FileTransfer.dll?Cmd=1&amp;MN=1844666047&amp;Dir=1&amp;Mode=0&amp;Off=0&amp;TS=ED98BB91-2DCA-44F9-9E54-CE87E29221F3&amp;CVN=5,0,0,32" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kockel.be/2010/11/28/kb2387011-hotfix-for-microsoft-test-manager-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Find and replace window keeps growing in Visual Studio 2010</title>
		<link>http://www.kockel.be/2010/10/17/find-and-replace-window-keeps-growing-in-visual-studio-2010/</link>
		<comments>http://www.kockel.be/2010/10/17/find-and-replace-window-keeps-growing-in-visual-studio-2010/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 11:51:52 +0000</pubDate>
		<dc:creator>Steven Kockelkoren</dc:creator>
				<category><![CDATA[Techblog]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.kockel.be/2010/10/17/find-and-replace-window-keeps-growing-in-visual-studio-2010/</guid>
		<description><![CDATA[When working with Visual Studio 2010, there was a small bug that annoyed me every time I noticed it. I am using the “Find and replace” window (CTRL + SHIFT + H) a lot, and&#160; many times when I used it, it partially disappears from the screen. The first time you ask yourself the question: [...]]]></description>
			<content:encoded><![CDATA[<p>When working with Visual Studio 2010, there was a small bug that annoyed me every time I noticed it. I am using the “Find and replace” window (CTRL + SHIFT + H) a lot, and&#160; many times when I used it, it partially disappears from the screen. </p>
<p>The first time you ask yourself the question: “Did I put it there?”. If you have to ask yourself that question once, there’s no problem. If you ask yourself this question every time you use Visual Studio 2010, then there are only two possibilities: or there’s a bug in it, or you are starting getting demented.</p>
<p align="center">&#160;<img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Find and replace disappears from the screen" border="0" alt="Find and replace disappears from the screen" src="http://www.kockel.be/wp-content/uploads/FindandreplacewindowkeepsgrowinginVisual_C306/image.png" width="644" height="384" /> </p>
<p>Luckily for me, this is a bug in Visual Studio 2010. Thanks to <a href="http://www.snowball.be/2010/08/12/Patch+Released+For+Growing+Find+And+Replace+Window.aspx" target="_blank">this</a> blog post from <a href="http://www.snowball.be" target="_blank">Gill Cleeren</a>, I found the solution for this problem. There is a bug in VS2010 that every time the window pops up, it grows. That’s the reason why it sometimes partially disappears from the screen.</p>
<p>You can download the fix for this bug <a href="http://www.snowball.be/ct.ashx?id=bb67036e-1c8a-45cd-8ad4-7162a3588e69&amp;url=https%3a%2f%2fconnect.microsoft.com%2fVisualStudio%2fDownloads%2fDownloadDetails.aspx%3fDownloadID%3d30518%26wa%3dwsignin1.0" target="_blank">here</a> from the Microsoft Connect site</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kockel.be/2010/10/17/find-and-replace-window-keeps-growing-in-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dear HR Managers campaign</title>
		<link>http://www.kockel.be/2010/10/01/dear-hr-managers-campaign/</link>
		<comments>http://www.kockel.be/2010/10/01/dear-hr-managers-campaign/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 06:00:00 +0000</pubDate>
		<dc:creator>Steven Kockelkoren</dc:creator>
				<category><![CDATA[Techblog]]></category>
		<category><![CDATA[Campaign]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Scrum]]></category>

		<guid isPermaLink="false">http://www.kockel.be/2010/10/01/im-on-the-dear-hr-managers-campaign/</guid>
		<description><![CDATA[The team of Scrum.org launched a new campaign a few weeks ago to promote the value of Professional Scrum Master certification. To create the campaign, they’ve used all the names of the 500+ certified Professional Scrum Masters on the campaign. I am also on it and highlighted mine in yellow… More info about the campaign [...]]]></description>
			<content:encoded><![CDATA[<p>The team of Scrum.org launched a new campaign a few weeks ago to promote the value of Professional Scrum Master certification. To create the campaign, they’ve used all the names of the 500+ certified Professional Scrum Masters on the campaign. I am also on it and highlighted mine in yellow…</p>
<p><a href="http://www.scrum.org/psmoverview/" target="_blank"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Dear HR Managers" border="0" alt="Dear HR Managers" src="http://www.kockel.be/wp-content/uploads/ImontheDearHRManagerscampaign_12BDC/DearHRManagers.png" width="450" height="577" /></a></p>
<p>More info about the campaign can be found on the <a href="http://www.scrum.org/psmoverview/" target="_blank">scrum.org website</a> or by clicking on the campaign picture itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kockel.be/2010/10/01/dear-hr-managers-campaign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Certified Professional Scrum Developer Trainer</title>
		<link>http://www.kockel.be/2010/09/29/certified-professional-scrum-developer-trainer/</link>
		<comments>http://www.kockel.be/2010/09/29/certified-professional-scrum-developer-trainer/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 18:47:03 +0000</pubDate>
		<dc:creator>Steven Kockelkoren</dc:creator>
				<category><![CDATA[Techblog]]></category>
		<category><![CDATA[ALM]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[TFS]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.kockel.be/2010/09/29/certified-professional-scrum-developer-trainer/</guid>
		<description><![CDATA[In June this year, I had the opportunity together with 24 other students to follow a full week course organized by Microsoft and Scrum.org to become a Professional Scrum Developer Trainer (PSDT). The first 5 days we got the Professional Scrum Developer .NET (PSD) course given by Richard Hundhausen and Simon Reindl, the two last [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display: inline; margin-left: 0px; margin-right: 0px" alt="" align="right" src="http://www.scrum.org/storage/post-images/ScrumGraph.png?__SQUARESPACE_CACHEVERSION=1269889918314" width="120" height="120" />In June this year, I had the opportunity together with 24 other students to follow a full week course organized by Microsoft and <a href="http://www.xcrum.org" target="_blank">Scrum.org</a> to become a Professional Scrum Developer Trainer (PSDT). The first 5 days we got the Professional Scrum Developer .NET (PSD) course given by <a href="http://blog.hundhausen.com/" target="_blank">Richard Hundhausen</a> and <a href="http://uk.linkedin.com/in/simonreindl" target="_blank">Simon Reindl</a>, the two last days we got the Professional Scrum Master (PSM) course given by <a href="http://ca.linkedin.com/in/ericmignot" target="_blank">Eric Mignot</a>. This was a fantastic week meeting a lot of cool people to learn and discuss about great subjects concerning scrum.</p>
<p>After completing several assessments to prove that I had understood the principles of scrum, I am happy to announce you that from now on I am certified as <strong>Professional Scrum Master I (fundamentals)</strong>, <strong>Professional Scrum Master II (intermediate)</strong>, <strong>Professional Scrum Developer </strong>and last but the most important… <strong>Professional Scrum Developer Trainer</strong>. </p>
<p>This means that from now on, I am one of the +/- 40 trainers who may teach the <strong>Professional Scrum Developer (.NET)</strong> course to other students. Great news !</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Scrum Developer Trainer" border="0" alt="Scrum Developer Trainer" src="http://www.kockel.be/wp-content/uploads/CertifiedProfessionalScrumDeveloperTrain_12451/ScrumDeveloperTrainer_500px.png" width="520" height="187" /> </p>
<p><strong>What is Scrum?</strong></p>
<p>Scrum is an empirical process for managing the development and deployment of complex products. The empiricism is dependent on frequent inspection and adaptation to reach the goal. Inspection is dependent on transparency. Scrum rests on the four legs of iterative development: generate potentially shippable (“done”) increments of functionality using self-managing teams that are cross-functional.</p>
<p><strong>And what is the Professional Scrum Developer course?</strong></p>
<p>Professional Scrum Developer (PSD) training courses teach attendees how to use modern software engineering practices to develop an increment of completed, potentially shippable functionality. Additionally this will be the <strong>only</strong> official course on Visual Studio 2010 team features and Team Foundation Server 2010 authorized by Microsoft (no MOC courses). After following this course, you can complete the PSD assessment to become a certified Professional Scrum Developer yourself!</p>
<p>More info about the PSD course can be found on <a href="http://www.scrum.org/scrumdeveloper" target="_blank">Scrum.org</a> or at <a href="http://msdn.microsoft.com/en-us/vstudio/ff433643.aspx" target="_blank">MSDN</a><strong></strong></p>
<p><strong>Interested?</strong></p>
<p>Are you interested in following a course? Just fill in the <a href="http://www.euri.com/Services/Training/tabid/104/Default.aspx" target="_blank">request form</a> on our company website for a course in Belgium or check the <a href="http://courses.scrum.org/" target="_blank">courses</a> on scrum.org to find a course in your country</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kockel.be/2010/09/29/certified-professional-scrum-developer-trainer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Configuration Manager launching error</title>
		<link>http://www.kockel.be/2010/09/13/sql-server-configuration-manager-launching-error/</link>
		<comments>http://www.kockel.be/2010/09/13/sql-server-configuration-manager-launching-error/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 19:21:47 +0000</pubDate>
		<dc:creator>Steven Kockelkoren</dc:creator>
				<category><![CDATA[Techblog]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.kockel.be/2010/09/13/sql-server-configuration-manager-launching-error/</guid>
		<description><![CDATA[As our team is working in several branches at the customer&#160; I’m currently working for, we use aliases to configure our connection string in the web.config of our web- and WCF-services. The advantage of this, is that our connection strings are still working after merging from one to another branch without changing the configs. The [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-right-width: 0px; margin: 0px 10px 10px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SQL Server Logo" border="0" alt="SQL Server Logo" align="left" src="http://www.kockel.be/wp-content/uploads/SQLServerConfigurationManagerlaunchinger_129E0/sql08_h_rgb_2.jpg" width="240" height="50" /> As our team is working in several branches at the customer&#160; I’m currently working for, we use aliases to configure our connection string in the web.config of our web- and WCF-services. The advantage of this, is that our connection strings are still working after merging from one to another branch without changing the configs. The only thing we need to do on our development machines, is change the alias to the right SQL server instance.</p>
<p>Although, since a few weeks, I receive the following error when I try to launch SQL Server Configuration Manager:</p>
<p><strong><font color="#ff0000">“Cannot connect to WMI provider. You do not have permission or the server is unreachable. Note that you can only manage SQL Server 2005 servers with SQL Server Configuration Manager. Invalid class [0x80041010]”</font></strong></p>
<p><font color="#000000">After googling a bit, I found a possible solution on the SQLDBA blog post <a href="http://sqldbastuff.blogspot.com/2010/06/generic-sql-server-configuration-errors.html">Generic SQL Server Configuration Manager Issues</a> which told that there was a problem with the Managed Object Format (.mof) files on my system. I tried theirs solution, but without success. Running the <strong>mofcomp</strong> command resulted in an unsolvable error without telling me which property was missing:</font></p>
<p><strong><font color="#ff0000">An error occurred while processing item 1 defined on lines 4 &#8211; 7 in file C:\Prog        <br />ram Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof:         <br />0X80041002 Class, instance, or property ‘’ was not found.         <br />Compiler returned error 0&#215;80041002</font></strong></p>
<p><font color="#000000">After running the mofcomp command, my computer was totally blocked because I stopped the WMI service. Windows XP (yeah, still using that old stuff…) didn’t like it…</font></p>
<p><font color="#000000"><strong>SQL Server Client Network Utility</strong></font></p>
<p><font color="#000000">Until now I did not found a proper solution to fix the launching error of the SQL Server Configuration Manager, so i went looking for another way to configure the aliases on a pc. And this seems to be possible with an older tool: the SQL Server Client Network Utility.</font></p>
<p><font color="#000000">This is a small utility which is installed automatically on every Operating System from Windows 2000 to Windows Vista, even without installing the SQL Server Client tools. You can launch it by <strong>Start</strong> &gt; <strong>Run</strong> &gt; <strong>cliconfig.exe</strong> which will show you the next window. </font></p>
<p align="center"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SQL Server Client Network Utility" border="0" alt="SQL Server Client Network Utility" src="http://www.kockel.be/wp-content/uploads/SQLServerConfigurationManagerlaunchinger_129E0/clientconfigurationutility.jpg" width="536" height="348" />&#160;</p>
<p align="left">In the second tab I could configure my aliases and change it to the correct SQL server instance. Problem solved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kockel.be/2010/09/13/sql-server-configuration-manager-launching-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adding custom messages to the build report in TFS 2008</title>
		<link>http://www.kockel.be/2010/06/03/adding-custom-messages-to-the-build-report-in-tfs-2008/</link>
		<comments>http://www.kockel.be/2010/06/03/adding-custom-messages-to-the-build-report-in-tfs-2008/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 19:40:30 +0000</pubDate>
		<dc:creator>Steven Kockelkoren</dc:creator>
				<category><![CDATA[Techblog]]></category>
		<category><![CDATA[ALM]]></category>
		<category><![CDATA[MSBuild; VSTS]]></category>
		<category><![CDATA[TFS]]></category>

		<guid isPermaLink="false">http://www.kockel.be/2010/06/03/adding-custom-messages-to-the-build-report-in-tfs-2008/</guid>
		<description><![CDATA[When modifying a build definition, you’ll probably add some custom tasks to it to fulfill your needs. By default, you won’t see any remarks about this custom task in the build report. To know whether or not the task has run with success, you’ll need to go to the build log file, and find some [...]]]></description>
			<content:encoded><![CDATA[<p>When modifying a build definition, you’ll probably add some custom tasks to it to fulfill your needs. By default, you won’t see any remarks about this custom task in the build report. To know whether or not the task has run with success, you’ll need to go to the build log file, and find some keywords from your custom task (name of the task, comments of the task, …) to see the result of the custom task.</p>
<p>In Team Foundation Server 2008, the possibility was introduced to insert your own custom message into the build report. This can be done by using the <strong>BuildStep</strong> task. This task has 3 important parameters:</p>
<ul>
<li><strong>Id:</strong> this identifier will be reused to change the status of the build step </li>
<li><strong>Message</strong>: This is the message users will see in the Build Report. </li>
<li><strong>Status:</strong> The status of the custom build step (Running, Succeeded, Failed). By default, when you add the task, the status is Running </li>
</ul>
<p>The following sample shows how to implement the custom build message into your build. </p>
<p>In your target (this can be a custom or an MSBuild target like AfterBuild, AfterCompile, …) you instantiate a BuildStep task,with the custom message just before your custom task. You define the id of that BuildStep task to a property (CustomBuildStepId) which will be accessed later on. </p>
<p>After the custom task, you redefine a BuildStep task which refers to the CustomBuildStepId you defined above to mark the BuildStep as succeeded. This will be only executed when there is no error in the custom task. </p>
<p>To have a correct error handling, we define to call the CustomBuildStepFailed target when an error occurs. In the CustomBuildFailed target, we redefine a third BuildStep task which again refers to the CustomBuildStepId, but now we mark the BuildStep as failed. This CustomBuildStepFailed target must be defined once in your build definition, and can be reused when implementing other BuildStep tasks&#160; (which use the same CustomBuildStepId property).</p>
<pre class="code"><span style="color: blue">&lt;</span><span style="color: #a31515">Target </span><span style="color: red">Name</span><span style="color: blue">=</span>&quot;<span style="color: blue">CustomBuildStep</span>&quot;<span style="color: blue">&gt;

  &lt;!-- </span><span style="color: green">Create the build steps which start in mode &quot;Running&quot; </span><span style="color: blue">--&gt;
  &lt;</span><span style="color: #a31515">BuildStep  </span><span style="color: red">TeamFoundationServerUrl</span><span style="color: blue">=</span>&quot;<span style="color: blue">$(TeamFoundationServerUrl)</span>&quot;
              <span style="color: red">BuildUri</span><span style="color: blue">=</span>&quot;<span style="color: blue">$(BuildUri)</span>&quot;
              <span style="color: red">Message</span><span style="color: blue">=</span>&quot;<span style="color: blue">Custom Build Step Message</span>&quot;
              <span style="color: red">Condition</span><span style="color: blue">=</span>&quot; <span style="color: blue">'$(IsDesktopBuild)' != 'true' </span>&quot;<span style="color: blue">&gt;

    &lt;!-- </span><span style="color: green">Assign the id of the BuildStep task to the CustomBuildStepId property </span><span style="color: blue">--&gt;
    &lt;</span><span style="color: #a31515">Output </span><span style="color: red">TaskParameter</span><span style="color: blue">=</span>&quot;<span style="color: blue">Id</span>&quot; <span style="color: red">PropertyName</span><span style="color: blue">=</span>&quot;<span style="color: blue">CustomBuildStepId</span>&quot; <span style="color: blue">/&gt;
  &lt;/</span><span style="color: #a31515">BuildStep</span><span style="color: blue">&gt;

  &lt;!-- </span><span style="color: green">Execute the Custom Task </span><span style="color: blue">--&gt;
  &lt;</span><span style="color: #a31515">CustomTask </span><span style="color: blue">/&gt;

  &lt;!-- </span><span style="color: green">Mark the Custom Build Step as &quot;Succeeded&quot; </span><span style="color: blue">--&gt;
  &lt;</span><span style="color: #a31515">BuildStep </span><span style="color: red">TeamFoundationServerUrl</span><span style="color: blue">=</span>&quot;<span style="color: blue">$(TeamFoundationServerUrl)</span>&quot;
             <span style="color: red">BuildUri</span><span style="color: blue">=</span>&quot;<span style="color: blue">$(BuildUri)</span>&quot;
             <span style="color: red">Id</span><span style="color: blue">=</span>&quot;<span style="color: blue">$(CustomBuildStepId)</span>&quot;
             <span style="color: red">Status</span><span style="color: blue">=</span>&quot;<span style="color: blue">Succeeded</span>&quot;
             <span style="color: red">Condition</span><span style="color: blue">=</span>&quot; <span style="color: blue">'$(IsDesktopBuild)' != 'true' </span>&quot; <span style="color: blue">/&gt;

  &lt;!-- </span><span style="color: green">When an error occurs, go to the target &quot;CustomBuildStepFailed&quot; </span><span style="color: blue">--&gt;
  &lt;</span><span style="color: #a31515">OnError </span><span style="color: red">ExecuteTargets</span><span style="color: blue">=</span>&quot;<span style="color: blue">CustomBuildStepFailed</span>&quot; <span style="color: blue">/&gt;
&lt;/</span><span style="color: #a31515">Target</span><span style="color: blue">&gt;

&lt;</span><span style="color: #a31515">Target </span><span style="color: red">Name</span><span style="color: blue">=</span>&quot;<span style="color: blue">CustomBuildStepFailed</span>&quot;<span style="color: blue">&gt;
  &lt;!-- </span><span style="color: green">Mark the Custom Build Step as &quot;Failed&quot; </span><span style="color: blue">--&gt;
  &lt;</span><span style="color: #a31515">BuildStep </span><span style="color: red">TeamFoundationServerUrl</span><span style="color: blue">=</span>&quot;<span style="color: blue">$(TeamFoundationServerUrl)</span>&quot;
             <span style="color: red">BuildUri</span><span style="color: blue">=</span>&quot;<span style="color: blue">$(BuildUri)</span>&quot;
             <span style="color: red">Id</span><span style="color: blue">=</span>&quot;<span style="color: blue">$(CustomBuildStepId)</span>&quot;
             <span style="color: red">Status</span><span style="color: blue">=</span>&quot;<span style="color: blue">Failed</span>&quot;
             <span style="color: red">Condition</span><span style="color: blue">=</span>&quot; <span style="color: blue">'$(IsDesktopBuild)' != 'true' </span>&quot; <span style="color: blue">/&gt;
&lt;/</span><span style="color: #a31515">Target</span><span style="color: blue">&gt;</span></pre>
<p>More information about the BuildStep task can be found <a href="http://msdn.microsoft.com/en-us/library/bb399129.aspx" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kockel.be/2010/06/03/adding-custom-messages-to-the-build-report-in-tfs-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

