<?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>Julien Blin &#187; Sql Server 2008</title>
	<atom:link href="http://blog.jblin.com/tag/sql-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jblin.com</link>
	<description>acts_as_architect( :.net, :rails )</description>
	<lastBuildDate>Tue, 02 Mar 2010 20:00:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Run Programs as a Domain User from a Non-domain Computer</title>
		<link>http://blog.jblin.com/2009/11/how-to-run-programs-as-a-domain-user-from-a-non-domain-computer/</link>
		<comments>http://blog.jblin.com/2009/11/how-to-run-programs-as-a-domain-user-from-a-non-domain-computer/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 20:00:11 +0000</pubDate>
		<dc:creator>Julien Blin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Sql Server 2008]]></category>

		<guid isPermaLink="false">http://blog.jblin.com/?p=35</guid>
		<description><![CDATA[Found here.
To be able to run a program as a domain user when your current workstation is not part of the domain, use the following command line:

runas /netonly /user:domain\username &#34;{program}&#34;

Really nice when you want to connect remotely to a Sql Server with Windows Authentication, without being part of the remote domain.
]]></description>
			<content:encoded><![CDATA[<p>Found <a href="http://codebetter.com/blogs/james.kovacs/archive/2009/10/11/tip-how-to-run-programs-as-a-domain-user-from-a-non-domain-computer.aspx">here</a>.</p>
<p>To be able to run a program as a domain user when your current workstation is not part of the domain, use the following command line:</p>
<pre class="brush: bash; light: true;">
runas /netonly /user:domain\username &quot;{program}&quot;
</pre>
<p>Really nice when you want to connect remotely to a Sql Server with Windows Authentication, without being part of the remote domain.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jblin.com/2009/11/how-to-run-programs-as-a-domain-user-from-a-non-domain-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a development workstation for MOSS 2007 &#8211; Win 2008 R2, SqlServer 2008</title>
		<link>http://blog.jblin.com/2009/11/creating-a-development-workstation-for-moss-2007-win-2008-r2-sqlserver-2008/</link>
		<comments>http://blog.jblin.com/2009/11/creating-a-development-workstation-for-moss-2007-win-2008-r2-sqlserver-2008/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 18:46:37 +0000</pubDate>
		<dc:creator>Julien Blin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[Sql Server 2008]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://blog.jblin.com/?p=4</guid>
		<description><![CDATA[Starting working on a new mission with MOSS 2007, I’ve setup a new development workstation.
I wanted to start with the latest products available at Redmond:

Windows Server 2008 R2
Sql Server 2008
Visual Studio 2008
Moss 2007 &#38; Office 2007

with everything in 64 bits.

I thought it would be a no brainer, but it seems that Windows Server 2008 R2 [...]]]></description>
			<content:encoded><![CDATA[<p>Starting working on a new mission with MOSS 2007, I’ve setup a new development workstation.</p>
<p>I wanted to start with the latest products available at Redmond:</p>
<ul>
<li>Windows Server 2008 R2</li>
<li>Sql Server 2008</li>
<li>Visual Studio 2008</li>
<li>Moss 2007 &amp; Office 2007</li>
</ul>
<p>with everything in 64 bits.</p>
<p><span id="more-4"></span></p>
<p>I thought it would be a no brainer, but it seems that Windows Server 2008 R2 broke a lot of backward compatibility, and that I needed to apply service packs to every product I wanted to install. Here is the process I’ve followed.</p>
<h2>Install Windows Server 2008 R2</h2>
<p>Nothing special here – you can even <a href="http://www.microsoft.com/windowsserver2008/en/us/trial-software.aspx">download a full evaluation version</a> (for 180 days).<br />
I’ve then followed the <a href="http://www.win2008r2workstation.com/">instructions here</a> to transform this server os to a fully functional workstation os, including Windows 7 look &amp; feel.</p>
<p>I then installed Office 2007.</p>
<h2>Install Visual Studio 2008</h2>
<p>The Visual Studio 2008 installer had an error saying that .Net 3.5 SP1 must be installed via the server roles. In fact you have to use the role “Application Server” :</p>
<ul>
<li>open Server Manager</li>
<li>Roles –&gt; Add new role –&gt; application server, then add .Net 3.5 SP1</li>
<li>I also added Web Server role to install IIS</li>
</ul>
<p>After a restart, everything was fine and Visual Studio 2008 was installed perfectly.</p>
<p>In order to install Sql Server 2008, Visual Studio 2008 SP1 is needed (otherwise Sql Server setup will prompt for an error). <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=FBEE1648-7106-44A7-9649-6D9F6D58056E&amp;displaylang=en">Download and install it from here</a>.</p>
<h2>Install Sql Server 2008</h2>
<p>When I tried to install SqlServer 2008, I was prompted with a compatibility alert. It appeared that I needed to install SqlServer 2008 SP1. To do so:</p>
<ul>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=66ab3dbb-bf3e-4f46-9559-ccc6a4f9dc19&amp;displaylang=en">download Sql Server 2008 SP1</a></li>
<li>install SP1 first – YES, apply the patch before the product! In fact it places files that will be used by the installer later</li>
<li>install Sql Server 2008</li>
<li>install SP1 again – this time it will apply the patch successfully</li>
</ul>
<h2>Install Moss 2007</h2>
<p>Again, when I tried to install MOSS 2007 i was prompted with a compatibility alert.<br />
To install MOSS 2007 on Windows Server 2008, 2 services packs are needed:</p>
<ul>
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=79bada82-c13f-44c1-bdc1-d0447337051b&amp;displaylang=en">Windows SharePoint Services 3.0 Service Pack 2 (SP2)</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b7816d90-5fc6-4347-89b0-a80deb27a082&amp;displaylang=en">The 2007 Microsoft Office Servers Service Pack 2</a></li>
</ul>
<p>Following the guides found <a href="http://mindsharpblogs.com/ben/archive/2007/12/16/3837.aspx">here</a> and <a href="http://blogs.msdn.com/opal/archive/2009/05/08/install-moss-2007-wss-3-0-on-windows-server-2008-r2-you-will-need-sp2-slipstream.aspx">here</a>, I’ve extracted the services packs in the Updates directory (creating a “slipstreamed” install), and Shazam, everything installed smoothly.</p>
<p>Remember to select the “Complete” installation, not the Stand-Alone one, if you want to use SqlServer 2008 as the sharepoint database.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jblin.com/2009/11/creating-a-development-workstation-for-moss-2007-win-2008-r2-sqlserver-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
