<?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: Script: Find All Empty Columns In Database</title>
	<atom:link href="http://blog.hoegaerden.be/2009/02/15/script-find-all-empty-columns-in-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hoegaerden.be/2009/02/15/script-find-all-empty-columns-in-database/</link>
	<description>SQL Server, BI, .NET, IT and anything else I have been playing with.</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:00:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Valentino Vranken</title>
		<link>http://blog.hoegaerden.be/2009/02/15/script-find-all-empty-columns-in-database/comment-page-1/#comment-3953</link>
		<dc:creator>Valentino Vranken</dc:creator>
		<pubDate>Thu, 22 Dec 2011 16:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2009/02/15/script-find-all-empty-columns-in-database/#comment-3953</guid>
		<description>It won&#039;t work if you execute only the FETCH statement, you&#039;re supposed to run the whole script as is...</description>
		<content:encoded><![CDATA[<p>It won&#8217;t work if you execute only the FETCH statement, you&#8217;re supposed to run the whole script as is&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: L Camp</title>
		<link>http://blog.hoegaerden.be/2009/02/15/script-find-all-empty-columns-in-database/comment-page-1/#comment-3950</link>
		<dc:creator>L Camp</dc:creator>
		<pubDate>Thu, 22 Dec 2011 04:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2009/02/15/script-find-all-empty-columns-in-database/#comment-3950</guid>
		<description>When I try this I get an error, 


ERROR: Must declare the scalar variable &quot;@tableSchema&quot;.
Error
Code: 137

Query = fetch next from columnCursor into @tableSchema,
@tableName, @columnName


I could really use this script!

Thanks!</description>
		<content:encoded><![CDATA[<p>When I try this I get an error, </p>
<p>ERROR: Must declare the scalar variable &#8220;@tableSchema&#8221;.<br />
Error<br />
Code: 137</p>
<p>Query = fetch next from columnCursor into @tableSchema,<br />
@tableName, @columnName</p>
<p>I could really use this script!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://blog.hoegaerden.be/2009/02/15/script-find-all-empty-columns-in-database/comment-page-1/#comment-3698</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Sat, 04 Jun 2011 00:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2009/02/15/script-find-all-empty-columns-in-database/#comment-3698</guid>
		<description>What a great solution! I can not wait to try this on a project I am working on. I was dreading going through everything... I think you just saved me! Thank you so much!</description>
		<content:encoded><![CDATA[<p>What a great solution! I can not wait to try this on a project I am working on. I was dreading going through everything&#8230; I think you just saved me! Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Developer&#039;s Blog &#183; Record Count For All Tables In Database</title>
		<link>http://blog.hoegaerden.be/2009/02/15/script-find-all-empty-columns-in-database/comment-page-1/#comment-3674</link>
		<dc:creator>A Developer&#039;s Blog &#183; Record Count For All Tables In Database</dc:creator>
		<pubDate>Sat, 21 May 2011 08:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2009/02/15/script-find-all-empty-columns-in-database/#comment-3674</guid>
		<description>[...] seem to be repeating myself.&#160; I wrote something similar when I posted the script about finding empty columns many months [...]</description>
		<content:encoded><![CDATA[<p>[...] seem to be repeating myself.&#160; I wrote something similar when I posted the script about finding empty columns many months [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karrot</title>
		<link>http://blog.hoegaerden.be/2009/02/15/script-find-all-empty-columns-in-database/comment-page-1/#comment-1614</link>
		<dc:creator>Karrot</dc:creator>
		<pubDate>Wed, 05 Aug 2009 19:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2009/02/15/script-find-all-empty-columns-in-database/#comment-1614</guid>
		<description>Great script. Thank you!</description>
		<content:encoded><![CDATA[<p>Great script. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://blog.hoegaerden.be/2009/02/15/script-find-all-empty-columns-in-database/comment-page-1/#comment-1519</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Thu, 16 Apr 2009 16:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2009/02/15/script-find-all-empty-columns-in-database/#comment-1519</guid>
		<description>Like it. Worked great. Added  AND [&#039; + @columnName + &#039;]  &#039;&#039;&#039;&#039; to check for empty strings.</description>
		<content:encoded><![CDATA[<p>Like it. Worked great. Added  AND [' + @columnName + ']  &#8221;&#8221; to check for empty strings.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

