<?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>blog.zerople(); &#187; VS SP1</title>
	<atom:link href="http://www.pimslog.com/tag/vs-sp1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pimslog.com</link>
	<description>살며, 생각하며, 그리고 그리며..</description>
	<lastBuildDate>Thu, 08 Jul 2010 23:49:11 +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>VS SP1없이 SQL 2008 설치하기</title>
		<link>http://www.pimslog.com/2009/06/vs-sp1%ec%97%86%ec%9d%b4-sql-2008-%ec%84%a4%ec%b9%98%ed%95%98%ea%b8%b0/</link>
		<comments>http://www.pimslog.com/2009/06/vs-sp1%ec%97%86%ec%9d%b4-sql-2008-%ec%84%a4%ec%b9%98%ed%95%98%ea%b8%b0/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 15:57:39 +0000</pubDate>
		<dc:creator>zerople</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL 2008]]></category>
		<category><![CDATA[VS SP1]]></category>

		<guid isPermaLink="false">http://www.pimslog.com/?p=335</guid>
		<description><![CDATA[SQL 2008 설치시 Visual Studio 2008 Sp1은 사전 요구사항입니다. sp1없이 설치할 수 있는 트릭이 있기에 소개해봅니다. 물론, Visual Studio 2008은 있어야 합니다. sp1을 무시한채 설치하는 방법이죠.


두 가지의 방법이 있으니 사용하시기 편한 방법으로 사용해 보세요.
1. Command의 옵션을 통해 규칙을 무시할 수 있습니다.
Setup /ACTION=install /SkipRules=VSShellInstalledRule RebootRequiredCheck
2. 레지스트리를 수정해 Visual Studio 2008이 설치되어 있지 않은 것처럼 속이는 방법입니다.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VS\Servicing\9.0

&#8220;9.0&#8243;을 [...]]]></description>
			<content:encoded><![CDATA[<p>SQL 2008 설치시 Visual Studio 2008 Sp1은 사전 요구사항입니다. sp1없이 설치할 수 있는 트릭이 있기에 소개해봅니다. 물론, Visual Studio 2008은 있어야 합니다. sp1을 무시한채 설치하는 방법이죠.</p>
<p><a href="http://www.pimslog.com/blog/wp-content/uploads/2009/06/image_41.png"><img class="aligncenter size-medium wp-image-339" title="sql previous releases of visual studio 2008 sp1 setup.exe" src="http://www.pimslog.com/blog/wp-content/uploads/2009/06/image_41-300x225.png" alt="sql previous releases of visual studio 2008 sp1 setup.exe" width="300" height="225" /></a></p>
<p><a href="http://www.pimslog.com/blog/wp-content/uploads/2009/06/image_81.png"><img class="aligncenter size-medium wp-image-340" title="Rule “Previous releases of Microsoft Visual Studio 2008″ failed." src="http://www.pimslog.com/blog/wp-content/uploads/2009/06/image_81-300x131.png" alt="Rule “Previous releases of Microsoft Visual Studio 2008″ failed." width="300" height="131" /></a></p>
<p>두 가지의 방법이 있으니 사용하시기 편한 방법으로 사용해 보세요.</p>
<p>1. Command의 옵션을 통해 규칙을 무시할 수 있습니다.</p>
<blockquote><p>Setup /ACTION=install /SkipRules=VSShellInstalledRule RebootRequiredCheck</p></blockquote>
<p>2. 레지스트리를 수정해 Visual Studio 2008이 설치되어 있지 않은 것처럼 속이는 방법입니다.</p>
<blockquote><p>
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VS\Servicing\9.0
</p></blockquote>
<p>&#8220;9.0&#8243;을 임의로 수정해 놓으면 됩니다.</p>
<p>이러한 방법으로 SQL 2008 사용시 SQL 2008의 모든 기능을 자유롭게 사용할 수 있을지는 모르겠습니다. 아직까지 개발환경에서 위 방법으로 여러개의 인스턴스를 만들어 사용하고 있습니다만 딱히 문제가 될 부분은 없는 듯 합니다.</p>
<p>관련 링크.</p>
<p><a href="http://blogs.msdn.com/psssql/archive/2008/08/11/sql-server-2008-visual-studio-2008-sp1-and-net-framework-3-5-sp1-explained.aspx">http://blogs.msdn.com/psssql/archive/2008/08/11/sql-server-2008-visual-studio-2008-sp1-and-net-framework-3-5-sp1-explained.aspx</a></p>
<p><a href="http://hyok.kr/blog/dev/44?category=12">http://hyok.kr/blog/dev/44?category=12</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pimslog.com/2009/06/vs-sp1%ec%97%86%ec%9d%b4-sql-2008-%ec%84%a4%ec%b9%98%ed%95%98%ea%b8%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
