<?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 for Clay Lenhart's Blog</title>
	<atom:link href="http://clay.lenharts.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://clay.lenharts.net/blog</link>
	<description>A blog on .Net and SQL Server</description>
	<pubDate>Wed, 10 Mar 2010 08:54:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SQL Server 2005 Compressed Backup by Pablo</title>
		<link>http://clay.lenharts.net/blog/2008/06/14/sql-server-2005-compressed-backup/comment-page-1/#comment-15409</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Tue, 09 Mar 2010 21:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=37#comment-15409</guid>
		<description>Hi, I have downloaded the source code, but the compilation fails because I don´t have FXCOP installed and I can´t find how to "disable" it 

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi, I have downloaded the source code, but the compilation fails because I don´t have FXCOP installed and I can´t find how to &#8220;disable&#8221; it </p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2005 Compressed Backup by Clay Lenhart</title>
		<link>http://clay.lenharts.net/blog/2008/06/14/sql-server-2005-compressed-backup/comment-page-1/#comment-15408</link>
		<dc:creator>Clay Lenhart</dc:creator>
		<pubDate>Mon, 08 Mar 2010 22:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=37#comment-15408</guid>
		<description>Kimmo, this is probably the highest requested feature.  Unfortunately I do not have time to work on this at the moment, so it's going to be awhile.  Also, I'm thinking that the best way to do this is to integrate with Powershell, but I don't yet know how to code against Powershell.</description>
		<content:encoded><![CDATA[<p>Kimmo, this is probably the highest requested feature.  Unfortunately I do not have time to work on this at the moment, so it&#8217;s going to be awhile.  Also, I&#8217;m thinking that the best way to do this is to integrate with Powershell, but I don&#8217;t yet know how to code against Powershell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The sp_getapplock secret by Clay Lenhart</title>
		<link>http://clay.lenharts.net/blog/2008/01/28/the-sp_getapplock-secret/comment-page-1/#comment-15407</link>
		<dc:creator>Clay Lenhart</dc:creator>
		<pubDate>Mon, 08 Mar 2010 22:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/2008/01/28/the-sp_getapplock-secret/#comment-15407</guid>
		<description>Yair,  I'm not sure how to answer your question.  You could say that "releasing" the transaction is the same thing as "committing" the transaction.

The way transactions work, "BEGIN TRAN" is committed with "COMMIT TRAN".

Let me know if this doesn't answer your question.</description>
		<content:encoded><![CDATA[<p>Yair,  I&#8217;m not sure how to answer your question.  You could say that &#8220;releasing&#8221; the transaction is the same thing as &#8220;committing&#8221; the transaction.</p>
<p>The way transactions work, &#8220;BEGIN TRAN&#8221; is committed with &#8220;COMMIT TRAN&#8221;.</p>
<p>Let me know if this doesn&#8217;t answer your question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Compressed Backup v1.2 Released by Clay Lenhart</title>
		<link>http://clay.lenharts.net/blog/2009/11/23/sql-server-compressed-backup-v12-released/comment-page-1/#comment-15406</link>
		<dc:creator>Clay Lenhart</dc:creator>
		<pubDate>Mon, 08 Mar 2010 21:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=126#comment-15406</guid>
		<description>This sounds like a bug that has been fixed.  Can you check to see if you are using the latest version, 1.2-20100117.  You can download the latest version from the project page here https://sourceforge.net/projects/mssqlcompressed/</description>
		<content:encoded><![CDATA[<p>This sounds like a bug that has been fixed.  Can you check to see if you are using the latest version, 1.2-20100117.  You can download the latest version from the project page here <a href="https://sourceforge.net/projects/mssqlcompressed/" rel="nofollow">https://sourceforge.net/projects/mssqlcompressed/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Compressed Backup v1.2 Released by Don bell</title>
		<link>http://clay.lenharts.net/blog/2009/11/23/sql-server-compressed-backup-v12-released/comment-page-1/#comment-15405</link>
		<dc:creator>Don bell</dc:creator>
		<pubDate>Mon, 08 Mar 2010 18:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=126#comment-15405</guid>
		<description>I'm currently using your tool to run full backups and all works ok, i started using it for log backups on SQL 2008 64 bit edition and that works fine, but when i tried using it on SQL 2000 32 bit edition, it gave this error :

Exception #1
EXECUTE cannot be used as a source when inserting into a table variable.

Any idea what may cause this, thanks!!</description>
		<content:encoded><![CDATA[<p>I&#8217;m currently using your tool to run full backups and all works ok, i started using it for log backups on SQL 2008 64 bit edition and that works fine, but when i tried using it on SQL 2000 32 bit edition, it gave this error :</p>
<p>Exception #1<br />
EXECUTE cannot be used as a source when inserting into a table variable.</p>
<p>Any idea what may cause this, thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The sp_getapplock secret by Yair</title>
		<link>http://clay.lenharts.net/blog/2008/01/28/the-sp_getapplock-secret/comment-page-1/#comment-15404</link>
		<dc:creator>Yair</dc:creator>
		<pubDate>Fri, 05 Mar 2010 14:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/2008/01/28/the-sp_getapplock-secret/#comment-15404</guid>
		<description>Hi,

Why don't you release the transaction after the commit?

Yair</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Why don&#8217;t you release the transaction after the commit?</p>
<p>Yair</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2005 Compressed Backup by Kimmo Akkanen</title>
		<link>http://clay.lenharts.net/blog/2008/06/14/sql-server-2005-compressed-backup/comment-page-1/#comment-15403</link>
		<dc:creator>Kimmo Akkanen</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=37#comment-15403</guid>
		<description>Hi,

Looks like a good tool for us as well, but is it possible to specify to backup all databases instead of specifying each one manually?

Thanks,
Kimmo</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Looks like a good tool for us as well, but is it possible to specify to backup all databases instead of specifying each one manually?</p>
<p>Thanks,<br />
Kimmo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Compressed Backup v1.2 Released by Clay Lenhart</title>
		<link>http://clay.lenharts.net/blog/2009/11/23/sql-server-compressed-backup-v12-released/comment-page-1/#comment-15402</link>
		<dc:creator>Clay Lenhart</dc:creator>
		<pubDate>Tue, 02 Mar 2010 10:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=126#comment-15402</guid>
		<description>Kim,
I'm glad it is working for you!

The next todo item is to hide x86 vs x64 from users and have one EXE.  This will also make a GUI easier since we can then target "any cpu" rather than a particular one.</description>
		<content:encoded><![CDATA[<p>Kim,<br />
I&#8217;m glad it is working for you!</p>
<p>The next todo item is to hide x86 vs x64 from users and have one EXE.  This will also make a GUI easier since we can then target &#8220;any cpu&#8221; rather than a particular one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Compressed Backup v1.2 Released by Kim</title>
		<link>http://clay.lenharts.net/blog/2009/11/23/sql-server-compressed-backup-v12-released/comment-page-1/#comment-15401</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Mon, 01 Mar 2010 13:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=126#comment-15401</guid>
		<description>Thx. Excactly I had 64bit msbp and os but only 32 bit sqlserver.
Everything works fine now.
/kim</description>
		<content:encoded><![CDATA[<p>Thx. Excactly I had 64bit msbp and os but only 32 bit sqlserver.<br />
Everything works fine now.<br />
/kim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2005 Compressed Backup by Clay Lenhart</title>
		<link>http://clay.lenharts.net/blog/2008/06/14/sql-server-2005-compressed-backup/comment-page-1/#comment-15400</link>
		<dc:creator>Clay Lenhart</dc:creator>
		<pubDate>Fri, 26 Feb 2010 22:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=37#comment-15400</guid>
		<description>Thanks Larry!</description>
		<content:encoded><![CDATA[<p>Thanks Larry!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
