<?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>Shlidor Blog &#187; SQL</title>
	<atom:link href="http://wp.shlidor.com/category/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.shlidor.com</link>
	<description>The Best Blog in town</description>
	<lastBuildDate>Mon, 07 Dec 2009 13:33:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Backup SQL to UNC location</title>
		<link>http://wp.shlidor.com/2008/09/03/backup-sql-to-unc-location/</link>
		<comments>http://wp.shlidor.com/2008/09/03/backup-sql-to-unc-location/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 14:23:24 +0000</pubDate>
		<dc:creator>talshl</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.shlidor.com/wordpress/2008/09/03/backup-sql-to-unc-location/</guid>
		<description><![CDATA[If you get error: BackupDiskFile::RequestDurableMedia: failure on backup device 'UNC' Open the registry of the SQL Server machine and navigate to HKLM\System\CurrentControlSet\Services\lanmanworkstation\parameters Create a new DWORD value named SessTimeout Set the value to decimal 600.]]></description>
			<content:encoded><![CDATA[<p>If you get error:</p>
<pre>BackupDiskFile::RequestDurableMedia:  failure on backup device 'UNC'</pre>
<ul>
<li>Open the registry of the SQL Server machine and navigate to HKLM\System\CurrentControlSet\Services\lanmanworkstation\parameters</li>
<li>Create a new DWORD value named SessTimeout</li>
<li>Set the value to decimal 600.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wp.shlidor.com/2008/09/03/backup-sql-to-unc-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
