<?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>Isaac&#039;s Blog &#187; SQL</title>
	<atom:link href="http://blog.isaacblum.com/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.isaacblum.com</link>
	<description>So Many Rambles So Little Time....</description>
	<lastBuildDate>Wed, 28 Dec 2011 21:10:03 +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>Microsoft Web Platform Installer</title>
		<link>http://blog.isaacblum.com/2010/02/17/microsoft-web-platform-installer/</link>
		<comments>http://blog.isaacblum.com/2010/02/17/microsoft-web-platform-installer/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 16:22:56 +0000</pubDate>
		<dc:creator>IsaacBlum</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[For The Greater Good]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Microsoft Web Platform Installer]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.isaacblum.com/?p=286</guid>
		<description><![CDATA[This has been out for a while now. I really hadn’t needed to use this, however I used it a handful of times this week, and i do love it!! http://blogs.msdn.com/webplatform/ http://www.microsoft.com/Web/]]></description>
			<content:encoded><![CDATA[<p>This has been out for a while now. I really hadn’t needed to use this, however I used it a handful of times this week, and i do love it!!</p>
<p>http://blogs.msdn.com/webplatform/</p>
<p>http://www.microsoft.com/Web/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.isaacblum.com/2010/02/17/microsoft-web-platform-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Windows AMI &#8211; Amazon Cloud</title>
		<link>http://blog.isaacblum.com/2009/02/17/28/</link>
		<comments>http://blog.isaacblum.com/2009/02/17/28/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 01:45:18 +0000</pubDate>
		<dc:creator>IsaacBlum</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[For The Greater Good]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[AMI]]></category>
		<category><![CDATA[bundle]]></category>
		<category><![CDATA[Indexer Service]]></category>
		<category><![CDATA[Instance]]></category>
		<category><![CDATA[sdelete]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL 2005 Express]]></category>
		<category><![CDATA[walk through]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.isaacblum.com/2009/02/17/28/</guid>
		<description><![CDATA[This walk through can be used when creating a windows AMI.    Installed Software: SQL 2005 Express Indexer Service .net 2.0 SP1 .net 3.5 SP1 Server Purpose: .net 2.0 web application w/ database Instance Configuration: One attached volume 22gb in size. I recommend using drive letter Z: if you can. So that if you attach [...]]]></description>
			<content:encoded><![CDATA[<div id="ctl00_phInnerBottom_BlogPosts1_ctl00_ctl00_pnlContent">
<p>This walk through can be used when creating a windows AMI.</p>
<p><strong> </strong> </p>
<p><strong>Installed Software:</strong></p>
<ul>
<li>SQL 2005 Express</li>
<li>Indexer Service</li>
<li>.net 2.0 SP1</li>
<li>.net 3.5 SP1</li>
</ul>
<p><strong>Server Purpose:</strong></p>
<ul>
<li>.net 2.0 web application w/ database</li>
</ul>
<p><strong>Instance Configuration:</strong></p>
<ul>
<li>One attached volume 22gb in size. I recommend using drive letter Z: if you can. So that if you attach the volume later to another windows image you don&#8217;t accidently take a required drive letter. (normal system admin advice)</li>
</ul>
<p> </p>
<p>Step 1: Detach your web application&#8217;s databases</p>
<p> </p>
<p>Step 2: Turn off SQL Services.</p>
<p> </p>
<p>Step 3: Turn off the Indexing Service.</p>
<p> </p>
<p>Step 4: Turn Off IIS</p>
<p> </p>
<p>Step 5: Turn off anything else that may be accessing the hard drive and all programs Ex: antivirus software or internet explorer.</p>
<p> </p>
<p>Step 6: Download and Install <a href="http://download.sysinternals.com/Files/SDelete.zip">http://download.sysinternals.com/Files/SDelete.zip</a> , *(delete anything that you do not want to be part of the instance now. Then empty the recycle bin.)  Then run this command : delete -c %%Your Hard Drive letter%%, repeat this for all hard drives attached to your instance.</p>
<p> </p>
<p>Step 7: Bundle the image&#8230;. You can use this link <a href="http://docs.amazonwebservices.com/AWSEC2/latest/DeveloperGuide/index.html?bundling-an-ami-windows.html">http://docs.amazonwebservices.com/AWSEC2/latest/DeveloperGuide/index.html?bundling-an-ami-windows.html</a> which caused me more trouble than it was worth or use <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=609">http://developer.amazonwebservices.com/connect/entry.jspa?externalID=609</a> (preferred) I used this software to make the process go a lot faster. You can just right click the instance and start bundling the instance.</p>
<p> </p>
<p>****BE Patient*****  BE Patient ******* BE Patient***** this process can take up to an hour or more to complete. **** BE Patient******* you can check the output window for more information.</p>
<p> </p>
<p>Once complete, Register your instance. And your off. Don&#8217;t forget that your instance will need its database reattached and etc&#8230;</p>
<p> </p>
<p>*note not following these guidelines can/will cause corruption to database and or files on these hard drives.</p>
<p> </p>
<p>Please throw me a comment if you need help. Thanks</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.isaacblum.com/2009/02/17/28/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

