<?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>Whaly&#039;s World &#187; SQL</title>
	<atom:link href="http://baleinoid.com/whaly/category/coding/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://baleinoid.com/whaly</link>
	<description>tail -f /var/log/whaly</description>
	<lastBuildDate>Thu, 08 Sep 2011 10:23:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Howto test if and index exist in SQL Server</title>
		<link>http://baleinoid.com/whaly/2009/09/howto-test-if-and-index-exist-in-sql-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-test-if-and-index-exist-in-sql-server</link>
		<comments>http://baleinoid.com/whaly/2009/09/howto-test-if-and-index-exist-in-sql-server/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 19:09:46 +0000</pubDate>
		<dc:creator>whaly</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://baleinoid.com/whaly/?p=71</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<pre class="brush: sql; light: true; title: ; notranslate">
IF INDEXPROPERTY(OBJECT_ID('TableName'), 'IndexName', 'IndexID') IS NOT NULL
	PRINT 'Index is here'
ELSE
	PRINT 'Index not found'
</pre>
]]></content:encoded>
			<wfw:commentRss>http://baleinoid.com/whaly/2009/09/howto-test-if-and-index-exist-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: baleinoid.com @ 2012-02-06 05:10:43 -->
