<?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>dbsnaps &#187; High Availability</title>
	<atom:link href="http://www.dbsnaps.com/category/sql-server/high-availability-sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbsnaps.com</link>
	<description>database video tutorials</description>
	<lastBuildDate>Sun, 13 Nov 2011 13:50:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL Server 2005 Log Shipping tutorial</title>
		<link>http://www.dbsnaps.com/videos/sql-server-2005-log-shipping/</link>
		<comments>http://www.dbsnaps.com/videos/sql-server-2005-log-shipping/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 19:18:51 +0000</pubDate>
		<dc:creator>Oded Raz</dc:creator>
				<category><![CDATA[High Availability]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server - Latest Articles]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Log Shipping Video]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://dbsnaps.oracletutorialvideos.com/?p=105</guid>
		<description><![CDATA[Log shipping is the process of automating transaction log copy and apply in order to maintain identical database copy for high-availability or disaster recovery proposes. ]]></description>
			<content:encoded><![CDATA[<p>Log shipping is the process of automating transaction log copy and apply in order to maintain identical database copy for high-availability or disaster recovery proposes.</p>
<p>Transaction log files are copied from the production SQL server, and then restoring them onto a standby server. But this is not all. The key feature of log shipping is that is will automatically backup transaction logs throughout the day (for whatever interval you specify) and automatically restore them on the standby server. This in effect keeps the two SQL Servers in &#8220;synch&#8221;. Should the production server fail, all you have to do is point the users to the new server, and you are all set. Well, its not really that easy, but it comes close if you put enough effort into your log shipping setup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbsnaps.com/videos/sql-server-2005-log-shipping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005 Mirroring tutorial</title>
		<link>http://www.dbsnaps.com/videos/sql-server-2005-mirroring-tutorial/</link>
		<comments>http://www.dbsnaps.com/videos/sql-server-2005-mirroring-tutorial/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 18:51:43 +0000</pubDate>
		<dc:creator>Oded Raz</dc:creator>
				<category><![CDATA[High Availability]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server - Latest Articles]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Mirroring]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://dbsnaps.oracletutorialvideos.com/?p=90</guid>
		<description><![CDATA[SQL Server 2005 provides a set of high availability methods that the users can use to achieve fault tolerance and to prevent server outages and data loss. The selection of the high availability method depends on various factors. Some DBAs need the servers to be available 24/7, while others can afford an outage of a couple of hours. Cost also plays a role in the selection. For example, Clustering is an expensive high availability method when compared to Database Mirroring, but it allows the user to failover immediately.]]></description>
			<content:encoded><![CDATA[<p>SQL Server 2005 provides a set of high availability methods that the  users can use to achieve fault tolerance and to prevent server outages  and data loss. The selection of the high availability method depends on  various factors. Some DBAs need the servers to be available 24/7, while  others can afford an outage of a couple of hours. Cost also plays a role  in the selection. For example, Clustering is an expensive high  availability method when compared to Database Mirroring, but it allows  the user to failover immediately.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbsnaps.com/videos/sql-server-2005-mirroring-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

