On Tue, Apr 8, 2008 at 3:14 PM, Chris McAvoy &lt;<a href="mailto:chris.mcavoy@gmail.com">chris.mcavoy@gmail.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">
Sort of, it&#39;s just not persistent. &nbsp;If you shut down your instance,<br></div>
you lose your data. &nbsp;Unless there&#39;s something new I haven&#39;t heard of.<br>
<div><div></div><div class="Wj3C7c"><br>
Chris</div></div></blockquote><div>One of the big guys on Slashdot addressed comments of a similar type about EC2 here:<br>
<br>
<a href="http://developers.slashdot.org/comments.pl?sid=501678&amp;cid=22883434">http://developers.slashdot.org/comments.pl?sid=501678&amp;cid=22883434</a><br>
<br>
Basically, there&#39;s nothing stopping you from running a SQL server on
your instances, but if you&#39;re in the enterprise space with many
customers you shouldn&#39;t be hoping your single point of failure won&#39;t
fail.&nbsp; In this case, just set up a cluster of databases and send your
backups to Amazon S3 and that&#39;s how you&#39;d handle it in a regular data center if you owned the physical servers.&nbsp; <br>
<br>
It&#39;s not trivial (high availability never is, *sigh*), but if you are running a single
SQL server instance and your hardware fails your data&#39;s gone anyway,
whether or not your hardware is virtual or in meatspace, so hopefully a
solid backup solution is in place.<br>
<br>
-Tim Gebhardt<br>
<a href="mailto:tim@gebhardtcomputing.com">tim@gebhardtcomputing.com</a> <br></div></div>