<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; 2008 &#8211; Install SQL Server 2008 &#8211; How to Upgrade to SQL Server 2008 &#8211; Installation Tutorial</title>
	<atom:link href="http://blog.sqlauthority.com/2008/12/02/sql-server-2008-install-sql-server-2008-how-to-upgrade-to-sql-server-2008-installation-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/12/02/sql-server-2008-install-sql-server-2008-how-to-upgrade-to-sql-server-2008-installation-tutorial/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:36:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Paul Fenstermacher</title>
		<link>http://blog.sqlauthority.com/2008/12/02/sql-server-2008-install-sql-server-2008-how-to-upgrade-to-sql-server-2008-installation-tutorial/#comment-191625</link>
		<dc:creator><![CDATA[Paul Fenstermacher]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 14:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1600#comment-191625</guid>
		<description><![CDATA[We develop applications that use SQL Server, Oracle (Linux, Windows), Sybase (Solaris) and other DBMS.

I wish there was some way to install the SQL Server 2008 R2 Enterprise product without creating any instance.

This is because when we build up a new system from scratch, at the point where we perform commercial software installs, our standard is that none of our in-house developed software is installed at that time.  It gets installed later, after all the commercial software, via an in-house aotumated process.

So for example, with Sybase and Oracle, we install only the COTS product during an early stage of the system build-up.  The installation of the COTS products is the responsibility of System Administrator, not the DBAs.

Much later in system build-up, our scripts that create the Sybase server/databases and Oracle instance/schemas are installed. Creating the Sybase server/databases and Oracle instance/schemas are DBAs responsibility.

With MS SQL Server there does not seem to be to any way to avoid creating a database instance when the MS SQL Server COTS is installed.  

Does anyone know of a method to do this?]]></description>
		<content:encoded><![CDATA[<p>We develop applications that use SQL Server, Oracle (Linux, Windows), Sybase (Solaris) and other DBMS.</p>
<p>I wish there was some way to install the SQL Server 2008 R2 Enterprise product without creating any instance.</p>
<p>This is because when we build up a new system from scratch, at the point where we perform commercial software installs, our standard is that none of our in-house developed software is installed at that time.  It gets installed later, after all the commercial software, via an in-house aotumated process.</p>
<p>So for example, with Sybase and Oracle, we install only the COTS product during an early stage of the system build-up.  The installation of the COTS products is the responsibility of System Administrator, not the DBAs.</p>
<p>Much later in system build-up, our scripts that create the Sybase server/databases and Oracle instance/schemas are installed. Creating the Sybase server/databases and Oracle instance/schemas are DBAs responsibility.</p>
<p>With MS SQL Server there does not seem to be to any way to avoid creating a database instance when the MS SQL Server COTS is installed.  </p>
<p>Does anyone know of a method to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/12/02/sql-server-2008-install-sql-server-2008-how-to-upgrade-to-sql-server-2008-installation-tutorial/#comment-149133</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Mon, 18 Jul 2011 11:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1600#comment-149133</guid>
		<description><![CDATA[select @@VERSION]]></description>
		<content:encoded><![CDATA[<p>select @@VERSION</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaiju CK</title>
		<link>http://blog.sqlauthority.com/2008/12/02/sql-server-2008-install-sql-server-2008-how-to-upgrade-to-sql-server-2008-installation-tutorial/#comment-148473</link>
		<dc:creator><![CDATA[Shaiju CK]]></dc:creator>
		<pubDate>Fri, 15 Jul 2011 11:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1600#comment-148473</guid>
		<description><![CDATA[Hi Pinal,

How do we find out the installed SQL is Client or Server?]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>How do we find out the installed SQL is Client or Server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sa</title>
		<link>http://blog.sqlauthority.com/2008/12/02/sql-server-2008-install-sql-server-2008-how-to-upgrade-to-sql-server-2008-installation-tutorial/#comment-77790</link>
		<dc:creator><![CDATA[sa]]></dc:creator>
		<pubDate>Sun, 27 Jun 2010 05:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1600#comment-77790</guid>
		<description><![CDATA[I installed sql server with these instructions. If I want to access the sql server db using sql developer tool, what should i do?]]></description>
		<content:encoded><![CDATA[<p>I installed sql server with these instructions. If I want to access the sql server db using sql developer tool, what should i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil Mahadev</title>
		<link>http://blog.sqlauthority.com/2008/12/02/sql-server-2008-install-sql-server-2008-how-to-upgrade-to-sql-server-2008-installation-tutorial/#comment-57153</link>
		<dc:creator><![CDATA[Anil Mahadev]]></dc:creator>
		<pubDate>Thu, 29 Oct 2009 20:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1600#comment-57153</guid>
		<description><![CDATA[@Jerry,

Also you may wanna take a look @ the primer resource @ MSDN, when upgrading 

http://msdn.microsoft.com/en-us/library/ms143393(SQL.90).aspx

Thanks]]></description>
		<content:encoded><![CDATA[<p>@Jerry,</p>
<p>Also you may wanna take a look @ the primer resource @ MSDN, when upgrading </p>
<p><a href="http://msdn.microsoft.com/en-us/library/ms143393(SQL.90).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms143393(SQL.90).aspx</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - Default Collation of SQL Server 2008 Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2008/12/02/sql-server-2008-install-sql-server-2008-how-to-upgrade-to-sql-server-2008-installation-tutorial/#comment-44504</link>
		<dc:creator><![CDATA[SQL SERVER - Default Collation of SQL Server 2008 Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Wed, 03 Dec 2008 04:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1600#comment-44504</guid>
		<description><![CDATA[[...] 3, 2008 by pinaldave    Recently I wrote article about SQL SERVER - 2008 - Install SQL Server 2008 - How to Upgrade to SQL Server 2008 - Installation Tutor..., I received couple of comment suggesting that I did not talk about SQL Server default collation [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 3, 2008 by pinaldave    Recently I wrote article about SQL SERVER &#8211; 2008 &#8211; Install SQL Server 2008 &#8211; How to Upgrade to SQL Server 2008 &#8211; Installation Tutor&#8230;, I received couple of comment suggesting that I did not talk about SQL Server default collation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Hung</title>
		<link>http://blog.sqlauthority.com/2008/12/02/sql-server-2008-install-sql-server-2008-how-to-upgrade-to-sql-server-2008-installation-tutorial/#comment-44488</link>
		<dc:creator><![CDATA[Jerry Hung]]></dc:creator>
		<pubDate>Tue, 02 Dec 2008 15:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1600#comment-44488</guid>
		<description><![CDATA[Thanks for the screenshots

Now in future when anybody asks anything about 2008 installation, provide them with a link to here]]></description>
		<content:encoded><![CDATA[<p>Thanks for the screenshots</p>
<p>Now in future when anybody asks anything about 2008 installation, provide them with a link to here</p>
]]></content:encoded>
	</item>
</channel>
</rss>

