<?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>Thomas Maurer (tm) &#187; SQL Server</title>
	<atom:link href="http://www.thomasmaurer.ch/category/it/microsoft/sql-server-microsoft-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasmaurer.ch</link>
	<description>Just another private cloud weblog</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:42:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Slipstream SQL Server 2008 SP2 for SCCM 2012</title>
		<link>http://www.thomasmaurer.ch/2011/12/slipstream-sql-server-2008-sp2-for-sccm-2012/</link>
		<comments>http://www.thomasmaurer.ch/2011/12/slipstream-sql-server-2008-sp2-for-sccm-2012/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 22:23:57 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Configuration Manager 2012]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[MS SQL Server 2008]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[SCCM 2012]]></category>
		<category><![CDATA[Slipstream]]></category>
		<category><![CDATA[SP2]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[System Center 2012]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=3013</guid>
		<description><![CDATA[The Release Candidate version of System Center Configuration Manager 2012 requires MS SQL Server 2008 SP2 with Cumulative update package 6. Now this can be a little annoying and will hopefully change to SQL Server 2008 R2 in the RTM version. &#8230; <a href="http://www.thomasmaurer.ch/2011/12/slipstream-sql-server-2008-sp2-for-sccm-2012/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="aligncenter size-medium wp-image-3017" title="sccm" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/12/sccm-300x225.jpg" alt="" width="300" height="225" /></p>
<p>The Release Candidate version of <a title="System Center Configuration Manager 2012" href="http://www.microsoft.com/en-us/server-cloud/system-center/configuration-manager-2012.aspx" target="_blank">System Center Configuration Manager 2012</a> requires MS SQL Server 2008 SP2 with Cumulative update package 6. Now this can be a little annoying and will hopefully change to SQL Server 2008 R2 in the RTM version.</p>
<p>Now if you want to install MS SQL Server 2008 on a Windows Server 2008 R2 you need at least a install media with SP1. Now this post shows you how you can integrate Service Pack 2 into the install media of SQL Server 2008.</p>
<ol>
<li>Copy the SQL Server 2008 install media to C:\SQLServer2008withSP2</li>
<li>Download and copy the <a title="MS SQL Server 2008 SP2" href="http://www.microsoft.com/download/en/details.aspx?id=12548" target="_blank">SQL Server 2008 Service Pack 2 files</a> to C:\temp</li>
<li>Now you can run the following commands:
<pre>SQLServer2008SP2-KB2285068-IA64-ENU.exe /x:c:\SQLServer2008withSP2\PCU
SQLServer2008SP2-KB2285068-x64-ENU.exe /x:c:\SQLServer2008withSP2\PCU
SQLServer2008SP2-KB2285068-x86-ENU.exe /x:c:\SQLServer2008withSP2\PCUrobocopy C:\SQLServer2008withSP2\PCU c:\SQLServer2008withSP2 Setup.exe
robocopy C:\SQLServer2008withSP2\PCU c:\SQLServer2008withSP2 Setup.rll
robocopy C:\SQLServer2008withSP2\pcu\x86 C:\SQLServer2008withSP2\x86 /XF Microsoft.SQL.Chainer.PackageData.dll
robocopy C:\SQLServer2008withSP2\pcu\x64 C:\SQLServer2008withSP2\x64 /XF Microsoft.SQL.Chainer.PackageData.dll
robocopy C:\SQLServer2008withSP2\pcu\ia64 C:\SQLServer2008withSP2\ia64 /XF Microsoft.SQL.Chainer.PackageData.dllecho PCUSOURCE="C:\SQLServer2008withSP2\PCU" &gt;&gt; C:\SQLServer2008withSP2\x86\DefaultSetup.ini
echo PCUSOURCE="C:\SQLServer2008withSP2\PCU" &gt;&gt; C:\SQLServer2008withSP2\x64\DefaultSetup.ini
echo PCUSOURCE="C:\SQLServer2008withSP2\PCU" &gt;&gt; C:\SQLServer2008withSP2\ia64\DefaultSetup.ini</pre>
</li>
<li>After you have done this you can install the MS SQL Server</li>
<li>After you have installed it, you still need to download and install the <a title="CU6" href="http://support.microsoft.com/kb/2582285" target="_blank">Cumulative update package 6 for SQL Server 2008 Service Pack 2</a></li>
</ol>
<p>More about SQL Slipstreaming on <a title="MSDN Blog" href="http://blogs.msdn.com/b/petersad/archive/2009/02/25/sql-server-2008-creating-a-merged-slisptream-drop.aspx" target="_blank">Peter Saddow&#8217;s MSDN blog post</a>.</p>
<div class="shr-publisher-3013"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2011/12/slipstream-sql-server-2008-sp2-for-sccm-2012/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMware VirtualCenter Server service does not start automatically after reboot</title>
		<link>http://www.thomasmaurer.ch/2011/10/vmware-virtualcenter-server-service-does-not-start-automatically-after-reboot/</link>
		<comments>http://www.thomasmaurer.ch/2011/10/vmware-virtualcenter-server-service-does-not-start-automatically-after-reboot/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 08:42:00 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Does not start]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[Startup]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=2725</guid>
		<description><![CDATA[We had a problem with our VMware VirtualCenter Server service which did not start automatically after a server reboot. This could be a problem when the VMware VirtualCenter Server service starts before the MSSQL Server. Now the solution to solve &#8230; <a href="http://www.thomasmaurer.ch/2011/10/vmware-virtualcenter-server-service-does-not-start-automatically-after-reboot/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>We had a problem with our VMware VirtualCenter Server service which did not start automatically after a server reboot. This could be a problem when the VMware VirtualCenter Server service starts before the MSSQL Server.</p>
<p>Now the solution to solve this problem is to add a dependency to the VMware VirtualCenter Server service.</p>
<p>The VirtualCenter Server service is dependent on the following services:</p>
<ul>
<li>SQL Services</li>
<li>ADAM Services (when using linked mode in vCenter Server 4.x)</li>
</ul>
<p>How to create a service dependency:</p>
<ol>
<li>Open the services.msc<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/services01.png" rel="lightbox[2725]"><img class="aligncenter size-medium wp-image-2726" title="services.msc " src="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/services01-300x222.png" alt="services.msc " width="300" height="222" /></a></li>
<li>Check out the name of the service you want to add as dependency<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/sqlservice.png" rel="lightbox[2725]"><img class="aligncenter size-medium wp-image-2727" title="sqlservice" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/sqlservice-265x300.png" alt="sqlservice" width="265" height="300" /></a></li>
<li>open the Registry Editor (regedit)</li>
<li>Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vpxd</li>
<li>Double-click the DependOnService key and add the Service name using the name of the Service in our case MSSQLSERVER</li>
<li>In the Services window, open the service properties for the service VMware VirtualCenter Server.</li>
<li>In the Dependencies tab, verify the VMware VirtualCenter service is listed as depending on the service.</li>
</ol>
<p>In Windows Server 2008 or later you could also set VMware VirtualCenter Server service to startup type Automatic (Delay):</p>
<ol>
<li>Click Start &gt; Run, type services.msc, and click OK.</li>
<li>Right-click on the VMware VirtualCenter Server service and click Properties.</li>
<li>Change the startup type from Automatic to Automatic (Delay).<br />
<img class="aligncenter size-medium wp-image-2729" title="delaystartup" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/delaystartup-273x300.png" alt="delaystartup" width="273" height="300" /></li>
</ol>
<p>&nbsp;<br />
More Information on this: <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1007669" title="VMware KB" target="_blank">VMware KB</a</p>
<div class="shr-publisher-2725"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2011/10/vmware-virtualcenter-server-service-does-not-start-automatically-after-reboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft WebMatrix and Microsoft WebPlatform Installer</title>
		<link>http://www.thomasmaurer.ch/2011/04/microsoft-webmatrix-and-microsoft-webplatform-installer/</link>
		<comments>http://www.thomasmaurer.ch/2011/04/microsoft-webmatrix-and-microsoft-webplatform-installer/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 14:30:50 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[KTSI]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebMatrix]]></category>
		<category><![CDATA[Webplatform Installer]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[deploy]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IIS Express]]></category>
		<category><![CDATA[Microsoft WebMatrix]]></category>
		<category><![CDATA[Microsoft Webplatform Installer]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[WPI]]></category>
		<category><![CDATA[WPI 3.0]]></category>
		<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=1812</guid>
		<description><![CDATA[For a project at KTSI we needed a platform to quick deploy PHP and MySQL applications. There are a lot of solutions out there in the web, for example XAMPP. After testing some options I had a closer look at the &#8230; <a href="http://www.thomasmaurer.ch/2011/04/microsoft-webmatrix-and-microsoft-webplatform-installer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="aligncenter size-full wp-image-1813" title="microsoft webmatrix" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/04/microsoft-webmatrix.jpg" alt="Microsoft WebMatrix" width="190" height="190" />For a project at <a title="KTSI" href="http://www.ktsi.ch/" target="_blank">KTSI</a> we needed a platform to quick deploy PHP and MySQL applications. There are a lot of solutions out there in the web, for example <a title="XAMPP" href="http://www.apachefriends.org/en/index.html" target="_blank">XAMPP</a>. After testing some options I had a closer look at the<a title="Microsoft Webplatform Installer" href="http://www.microsoft.com/web/downloads/platform.aspx" target="_blank"> Microsoft WebPlatform Installer</a> and <a title="Microsoft WebMatrix" href="http://www.microsoft.com/web/webmatrix/" target="_blank">Microsoft WebMatrix</a>. Those two tools do exactly what I need. With the WebPlatform Installer you can easily install a local instance of IIS Express with ASP.NET, PHP, MSSQL and MySQL support with in 5-10 minutes.</p>
<p>But the coolest tool in my opinion is WebMatrix. Webmatrix lets developers create, manage and deploy Web Applications very very easy. And if you need to to more Webmatrix lets you also work with Visual Studio on the same project.</p>

<a href='http://www.thomasmaurer.ch/2011/04/microsoft-webmatrix-and-microsoft-webplatform-installer/microsoft-webmatrix/' title='microsoft webmatrix'><img width="150" height="150" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/04/microsoft-webmatrix-150x150.jpg" class="attachment-thumbnail" alt="Microsoft WebMatrix" title="microsoft webmatrix" /></a>
<a href='http://www.thomasmaurer.ch/2011/04/microsoft-webmatrix-and-microsoft-webplatform-installer/iismanager/' title='IISManager'><img width="150" height="150" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/04/IISManager-150x150.png" class="attachment-thumbnail" alt="IISManager" title="IISManager" /></a>
<a href='http://www.thomasmaurer.ch/2011/04/microsoft-webmatrix-and-microsoft-webplatform-installer/mysql-windows/' title='mysql windows'><img width="150" height="150" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/04/mysql-windows-150x150.png" class="attachment-thumbnail" alt="mysql windows" title="mysql windows" /></a>
<a href='http://www.thomasmaurer.ch/2011/04/microsoft-webmatrix-and-microsoft-webplatform-installer/phpmanager/' title='PHPManager'><img width="150" height="150" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/04/PHPManager-150x150.png" class="attachment-thumbnail" alt="PHPManager" title="PHPManager" /></a>
<a href='http://www.thomasmaurer.ch/2011/04/microsoft-webmatrix-and-microsoft-webplatform-installer/webmatrix/' title='webmatrix'><img width="150" height="150" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/04/webmatrix-150x150.png" class="attachment-thumbnail" alt="webmatrix" title="webmatrix" /></a>
<a href='http://www.thomasmaurer.ch/2011/04/microsoft-webmatrix-and-microsoft-webplatform-installer/webmatrix1/' title='webmatrix1'><img width="150" height="150" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/04/webmatrix1-150x150.png" class="attachment-thumbnail" alt="webmatrix1" title="webmatrix1" /></a>
<a href='http://www.thomasmaurer.ch/2011/04/microsoft-webmatrix-and-microsoft-webplatform-installer/webmatrix2/' title='webmatrix2'><img width="150" height="150" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/04/webmatrix2-150x150.png" class="attachment-thumbnail" alt="webmatrix2" title="webmatrix2" /></a>
<a href='http://www.thomasmaurer.ch/2011/04/microsoft-webmatrix-and-microsoft-webplatform-installer/webmatrix3/' title='webmatrix3'><img width="150" height="150" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/04/webmatrix3-150x150.png" class="attachment-thumbnail" alt="webmatrix3" title="webmatrix3" /></a>
<a href='http://www.thomasmaurer.ch/2011/04/microsoft-webmatrix-and-microsoft-webplatform-installer/wpi/' title='WPI'><img width="150" height="150" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/04/WPI-150x150.png" class="attachment-thumbnail" alt="WPI" title="WPI" /></a>

<div class="shr-publisher-1812"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2011/04/microsoft-webmatrix-and-microsoft-webplatform-installer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to integrate (slipstream) SQL Server 2008 and SP1</title>
		<link>http://www.thomasmaurer.ch/2010/02/how-to-integrate-slipstream-sql-server-2008-and-sp1/</link>
		<comments>http://www.thomasmaurer.ch/2010/02/how-to-integrate-slipstream-sql-server-2008-and-sp1/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 08:08:31 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[MS SQL 2008]]></category>
		<category><![CDATA[MS SQL Server 2008]]></category>
		<category><![CDATA[MS SQL Server 2008 SP1]]></category>
		<category><![CDATA[Slipstream]]></category>
		<category><![CDATA[SP1]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL 2008]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=419</guid>
		<description><![CDATA[To install SQL Server 2008 on a Windows Server 2008 R2 you need a slipstream version of SQL Server 2008 with integrated Servicepack 1. At the moment you can&#8217;t download SQL Server 2008 with integrated SP1, so you have to &#8230; <a href="http://www.thomasmaurer.ch/2010/02/how-to-integrate-slipstream-sql-server-2008-and-sp1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>To install SQL Server 2008 on a Windows Server 2008 R2 you need a slipstream version of SQL Server 2008 with integrated Servicepack 1. At the moment you can&#8217;t download SQL Server 2008 with integrated SP1, so you have to create your own slipstream version.</p>
<blockquote><p>1. Copy your original SQL Server 2008 source media to c:\SQLServer2008_FullSP1</p>
<p>2. Download Service Pack 1 from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=66ab3dbb-bf3e-4f46-9559-ccc6a4f9dc19">http://www.microsoft.com/downloads/details.aspx?FamilyID=66ab3dbb-bf3e-4f46-9559-ccc6a4f9dc19</a>. The three architectures of Service Pack 1 should be included, the package names are as follows:</p>
<ul>
<li>SQLServer2008SP1-KB968369-IA64-ENU.exe</li>
<li>SQLServer2008SP1-KB968369-x64-ENU.exe</li>
<li>SQLServer2008SP1-KB968369-x86-ENU.exe</li>
</ul>
<p>3. Extract the packages as follows:</p>
<ul>
<li><code>SQLServer2008SP1-KB968369-IA64-ENU.exe /x:c:\SQLServer2008_FullSP1\PCU</code></li>
<li><code>SQLServer2008SP1-KB968369-x64-ENU.exe /x:c:\SQLServer2008_FullSP1\PCU</code></li>
<li><code>SQLServer2008SP1-KB968369-x86-ENU.exe /x:c:\SQLServer2008_FullSP1\PCU</code></li>
</ul>
<p>4. Copy Setup.exe and Setup.rll from the PCU extracted location to original source media location</p>
<ul>
<li><code>robocopy C:\SQLServer2008_FullSP1\PCU c:\SQLServer2008_FullSP1 Setup.exe</code></li>
<li><code>robocopy C:\SQLServer2008_FullSP1\PCU c:\SQLServer2008_FullSP1 Setup.rll</code></li>
</ul>
<p>5. Copy all files not the folders, <strong>except the Microsoft.SQL.Chainer.PackageData.dll</strong>, in c:\SQLServer2008_FullSP1\PCU\&lt;architecture&gt; to C:\SQLServer2008_FullSP1 \&lt;architecture&gt; to update the original files.</p>
<ul>
<li><code>robocopy C:\SQLServer2008_FullSP1\pcu\x86 C:\SQLServer2008_FullSP1\x86 /XF Microsoft.SQL.Chainer.PackageData.dll</code></li>
<li><code>robocopy C:\SQLServer2008_FullSP1\pcu\x64 C:\SQLServer2008_FullSP1\x64 /XF Microsoft.SQL.Chainer.PackageData.dll</code></li>
<li><code>robocopy C:\SQLServer2008_FullSP1\pcu\ia64 C:\SQLServer2008_FullSP1\ia64 /XF Microsoft.SQL.Chainer.PackageData.dll</code></li>
</ul>
<p>6. Determine if you have a defaultsetup.ini at the following locations:</p>
<ul>
<li>C:\SQLServer2008_FullSP1\x86</li>
<li>C:\SQLServer2008_FullSP1\x64</li>
<li>C:\SQLServer2008_FullSP1\ia64</li>
</ul>
<p>If you have a defaultsetup.ini, add PCUSOURCE=&#8221;{Full path}\PCU&#8221;.</p>
<p>NOTE: The {Full path} needs to be the absolute path to the PCU folder. If you will just be running from local folder it would be C:\SQLServer2008_FullSP1. If you will eventually share this folder out, {Full path} would be \\MyServer\SQLServer2008_FullSP1.</p>
<p>See question #11 <a href="http://blogs.msdn.com/petersad/archive/2009/04/24/sql-server-2008-slipstream-frequently-asked-questions.aspx">here</a> if you would like to use a relative path.<br />
;SQLSERVER2008 Configuration File</p>
<p>[SQLSERVER2008]</p>
<p>&#8230;</p>
<p><strong> PCUSOURCE=&#8221;{Full path}\PCU&#8221;</strong><br />
If you do NOT have a defaultsetup.ini, create one with the following content:<br />
;SQLSERVER2008 Configuration File</p>
<p>[SQLSERVER2008]</p>
<p>PCUSOURCE=&#8221;{full path}\PCU&#8221;<br />
and copy to the following locations:</p>
<p>C:\SQLServer2008_FullSP1\x86</p>
<p>C:\SQLServer2008_FullSP1\x64</p>
<p>C:\SQLServer2008_FullSP1\ia64<br />
This file will tell the setup program where to locate the SP1 source media that you extracted in step 3.<br />
7. Now run setup.exe as you normally would.</p></blockquote>
<p>More Information can be found on <a href="http://blogs.msdn.com/petersad/archive/2009/02/25/sql-server-2008-creating-a-merged-slisptream-drop.aspx">this msdn blog</a>. Thanks to <a href="http://blogs.msdn.com/user/Profile.aspx?UserID=170021">Peter Saddow</a>.</p>
<div class="shr-publisher-419"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/02/how-to-integrate-slipstream-sql-server-2008-and-sp1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Shrinking the Transaction Log in SQL Server 2005</title>
		<link>http://www.thomasmaurer.ch/2010/01/shrinking-the-transaction-log-in-sql-server-2005/</link>
		<comments>http://www.thomasmaurer.ch/2010/01/shrinking-the-transaction-log-in-sql-server-2005/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 10:53:44 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Log]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[Microsoft SQL Server 2005]]></category>
		<category><![CDATA[MS SQL]]></category>
		<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[MS SQL Server 2005]]></category>
		<category><![CDATA[Shrink]]></category>
		<category><![CDATA[Shrinking]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[Transcation]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=388</guid>
		<description><![CDATA[Use the MS SQL Server Management Studio EXEC sp_dboption 'XXX', 'trunc. log on chkpt.', 'TRUE' CHECKPOINT DBCC SHRINKFILE ('XXX_Log', TRUNCATEONLY) EXEC sp_dboption 'XXX', 'trunc. log on chkpt.', 'FALSE' GO (replace XXX with the database name)]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><blockquote>
<ul>
<li>Use the MS SQL Server Management Studio</li>
</ul>
<p><code></p>
<div id="_mcePaste">
<div id="_mcePaste">EXEC sp_dboption 'XXX', 'trunc. log on chkpt.', 'TRUE'</div>
<div id="_mcePaste">CHECKPOINT</div>
<div id="_mcePaste">DBCC SHRINKFILE ('XXX_Log', TRUNCATEONLY)</div>
<div id="_mcePaste">EXEC sp_dboption 'XXX', 'trunc. log on chkpt.', 'FALSE'</div>
<div id="_mcePaste">GO</div>
</div>
<p></code></p>
<ul>
<li>(replace XXX with the database name)</li>
</ul>
</blockquote>
<div class="shr-publisher-388"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/01/shrinking-the-transaction-log-in-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shrinking the Transaction Log in SQL Server 2000</title>
		<link>http://www.thomasmaurer.ch/2010/01/shrinking-the-transaction-log-in-sql-server-2000/</link>
		<comments>http://www.thomasmaurer.ch/2010/01/shrinking-the-transaction-log-in-sql-server-2000/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 10:48:39 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Log]]></category>
		<category><![CDATA[Microsoft SQL Server 2000]]></category>
		<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[Shrinking]]></category>
		<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[Transaction Log]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=385</guid>
		<description><![CDATA[Use the SQL Query Analyzer BACKUP LOG XXX WITH TRUNCATE_ONLY GO DBCC SHRINKFILE(XXX_log, 10) GO (replace XXX with the database name)]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><blockquote>
<ul>
<li>Use the SQL Query Analyzer</li>
</ul>
<p><Code><br />
BACKUP LOG XXX WITH TRUNCATE_ONLY<br />
GO<br />
DBCC SHRINKFILE(XXX_log, 10)<br />
GO</code></p>
<ul>
<li>(replace XXX with the database name)</li>
</ul>
</blockquote>
<div class="shr-publisher-385"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/01/shrinking-the-transaction-log-in-sql-server-2000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

