<?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/"
		>
<channel>
	<title>Comments on: Getting Started with Amazon EC2 SQL Server 2005</title>
	<atom:link href="http://www.brentozar.com/archive/2008/10/running-sql-server-2005-on-amazon-ec2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brentozar.com/archive/2008/10/running-sql-server-2005-on-amazon-ec2/</link>
	<description>SQL Server database administration, performance tuning, consulting, training, and community building.</description>
	<lastBuildDate>Sat, 20 Mar 2010 21:13:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brent Ozar</title>
		<link>http://www.brentozar.com/archive/2008/10/running-sql-server-2005-on-amazon-ec2/comment-page-1/#comment-9767</link>
		<dc:creator>Brent Ozar</dc:creator>
		<pubDate>Fri, 24 Jul 2009 02:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/?p=1515#comment-9767</guid>
		<description>It depends on the size of your database and how critical it is.  If it&#039;s critical, it&#039;s worth the money - but only you can decide that.</description>
		<content:encoded><![CDATA[<p>It depends on the size of your database and how critical it is.  If it&#8217;s critical, it&#8217;s worth the money &#8211; but only you can decide that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.brentozar.com/archive/2008/10/running-sql-server-2005-on-amazon-ec2/comment-page-1/#comment-9735</link>
		<dc:creator>George</dc:creator>
		<pubDate>Thu, 23 Jul 2009 08:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/?p=1515#comment-9735</guid>
		<description>I am new to EC2 and figuring things our how to setup my servers.I am using SQL Server 2005 on windows server 2003 .

I am an ASP.NET developer and not a DBA .For backup instead of doing log shipping and storing transaction logs I am thinking to have a differnt solution which can work like Full backup.I think to have 5 snapshots of my EBS database through out the day.Snapshots older than 2 days will be deleted.In this case all snapshot will have Fullbackup for last 2 days as those are going to be exact same copy of EBS volume.

Is this going to work or its too much allocation of S3?

Waitig for your suggestions.</description>
		<content:encoded><![CDATA[<p>I am new to EC2 and figuring things our how to setup my servers.I am using SQL Server 2005 on windows server 2003 .</p>
<p>I am an ASP.NET developer and not a DBA .For backup instead of doing log shipping and storing transaction logs I am thinking to have a differnt solution which can work like Full backup.I think to have 5 snapshots of my EBS database through out the day.Snapshots older than 2 days will be deleted.In this case all snapshot will have Fullbackup for last 2 days as those are going to be exact same copy of EBS volume.</p>
<p>Is this going to work or its too much allocation of S3?</p>
<p>Waitig for your suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Ozar</title>
		<link>http://www.brentozar.com/archive/2008/10/running-sql-server-2005-on-amazon-ec2/comment-page-1/#comment-9359</link>
		<dc:creator>Brent Ozar</dc:creator>
		<pubDate>Wed, 08 Jul 2009 05:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/?p=1515#comment-9359</guid>
		<description>You can save it on a file sharing service like drop.io or filedropper.com and retrieve it via RDP.</description>
		<content:encoded><![CDATA[<p>You can save it on a file sharing service like drop.io or filedropper.com and retrieve it via RDP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.brentozar.com/archive/2008/10/running-sql-server-2005-on-amazon-ec2/comment-page-1/#comment-9358</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 08 Jul 2009 05:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/?p=1515#comment-9358</guid>
		<description>Agreed! one more question how can I upload a backup file to the server?</description>
		<content:encoded><![CDATA[<p>Agreed! one more question how can I upload a backup file to the server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Ozar</title>
		<link>http://www.brentozar.com/archive/2008/10/running-sql-server-2005-on-amazon-ec2/comment-page-1/#comment-9357</link>
		<dc:creator>Brent Ozar</dc:creator>
		<pubDate>Wed, 08 Jul 2009 05:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/?p=1515#comment-9357</guid>
		<description>You have to put your fully qualified domain name for your instance.  It&#039;s in the Amazon control panel, and it&#039;s around a hundred characters or more long.  Also, you&#039;ll need to open port 1433 in order to connect, and that&#039;s not really a good idea over the internet.  You&#039;re better off remote desktopping into the EC2 server and running SSMS from there.</description>
		<content:encoded><![CDATA[<p>You have to put your fully qualified domain name for your instance.  It&#8217;s in the Amazon control panel, and it&#8217;s around a hundred characters or more long.  Also, you&#8217;ll need to open port 1433 in order to connect, and that&#8217;s not really a good idea over the internet.  You&#8217;re better off remote desktopping into the EC2 server and running SSMS from there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.brentozar.com/archive/2008/10/running-sql-server-2005-on-amazon-ec2/comment-page-1/#comment-9356</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 08 Jul 2009 05:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/?p=1515#comment-9356</guid>
		<description>Thanks for the post Brent, I don&#039;t know if I can connect my SSMS (on my laptop) to the sql instance in the EC2 server... if so what do i have to put in the SSMS to connect????</description>
		<content:encoded><![CDATA[<p>Thanks for the post Brent, I don&#8217;t know if I can connect my SSMS (on my laptop) to the sql instance in the EC2 server&#8230; if so what do i have to put in the SSMS to connect????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dessi Gleason</title>
		<link>http://www.brentozar.com/archive/2008/10/running-sql-server-2005-on-amazon-ec2/comment-page-1/#comment-6956</link>
		<dc:creator>Dessi Gleason</dc:creator>
		<pubDate>Wed, 21 Jan 2009 02:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/?p=1515#comment-6956</guid>
		<description>Thanks Brent, 
The Firefo plug-in eventually worked  and I was able to get the admin password for the SQL Server instance. 
 
Thanks again for taking the time and documenting your experience. It&#039;s much appreciated! </description>
		<content:encoded><![CDATA[<p>Thanks Brent,<br />
The Firefo plug-in eventually worked  and I was able to get the admin password for the SQL Server instance. </p>
<p>Thanks again for taking the time and documenting your experience. It&#039;s much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Ozar</title>
		<link>http://www.brentozar.com/archive/2008/10/running-sql-server-2005-on-amazon-ec2/comment-page-1/#comment-6955</link>
		<dc:creator>Brent Ozar</dc:creator>
		<pubDate>Wed, 21 Jan 2009 00:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/?p=1515#comment-6955</guid>
		<description>No, I haven&#039;t, but Amazon has added a new management console that may suit your needs better than the Firefox plugin.  I haven&#039;t used it yet, but it&#039;s on my to-do list this week, funny enough:  &lt;a href=&quot;https://console.aws.amazon.com/&quot; target=&quot;_blank&quot;&gt;https://console.aws.amazon.com/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>No, I haven&#039;t, but Amazon has added a new management console that may suit your needs better than the Firefox plugin.  I haven&#039;t used it yet, but it&#039;s on my to-do list this week, funny enough:  <a href="https://console.aws.amazon.com/" target="_blank">https://console.aws.amazon.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dessi Gleason</title>
		<link>http://www.brentozar.com/archive/2008/10/running-sql-server-2005-on-amazon-ec2/comment-page-1/#comment-6954</link>
		<dc:creator>Dessi Gleason</dc:creator>
		<pubDate>Tue, 20 Jan 2009 23:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/?p=1515#comment-6954</guid>
		<description>Hi Brent, 
 
Thanks a lot for the comprehensive and easy to follow instructions. 
I got stuck at getting the Administrator password. The certificate with the credentials (*.pem file) doesn&#039;t seem to be recognized. You mention in your article that it eventually works after couple tries. It never did for me. 
Is there any workaround that you have found for that issue? 
 </description>
		<content:encoded><![CDATA[<p>Hi Brent, </p>
<p>Thanks a lot for the comprehensive and easy to follow instructions.<br />
I got stuck at getting the Administrator password. The certificate with the credentials (*.pem file) doesn&#039;t seem to be recognized. You mention in your article that it eventually works after couple tries. It never did for me.<br />
Is there any workaround that you have found for that issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob White</title>
		<link>http://www.brentozar.com/archive/2008/10/running-sql-server-2005-on-amazon-ec2/comment-page-1/#comment-6727</link>
		<dc:creator>Rob White</dc:creator>
		<pubDate>Thu, 18 Dec 2008 15:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/?p=1515#comment-6727</guid>
		<description>Hi,
I&#039;ve been wanting to investigate Amazon Web Services for some time now, and this is by far and away the best introductory article I&#039;ve seen. I&#039;ve started doing some reading a couple of times before but never really got anywhere.

Got a simple Windows 2003 / SQL Server Express edition up and running, and I&#039;m just knocked out. I&#039;ll never need to buy a &quot;spare PC&quot; for server work again.

This is great technology, made accessible by a great article. 

Thanks Brent.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve been wanting to investigate Amazon Web Services for some time now, and this is by far and away the best introductory article I&#8217;ve seen. I&#8217;ve started doing some reading a couple of times before but never really got anywhere.</p>
<p>Got a simple Windows 2003 / SQL Server Express edition up and running, and I&#8217;m just knocked out. I&#8217;ll never need to buy a &#8220;spare PC&#8221; for server work again.</p>
<p>This is great technology, made accessible by a great article. </p>
<p>Thanks Brent.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
