<?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 server</title>
	<atom:link href="http://baleinoid.com/whaly/tag/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://baleinoid.com/whaly</link>
	<description>tail -f /var/log/whaly</description>
	<lastBuildDate>Fri, 06 Apr 2012 21:28:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</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>
 <p><a href="http://baleinoid.com/whaly/wordpress/?flattrss_redirect&amp;id=71&amp;md5=9508090d8c52c9bf345ec2bc9a25d1fd" title="Flattr" target="_blank"><img src="http://baleinoid.com/whaly/wordpress/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></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>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=whaly&amp;popout=1&amp;url=http%3A%2F%2Fbaleinoid.com%2Fwhaly%2F2009%2F09%2Fhowto-test-if-and-index-exist-in-sql-server%2F&amp;language=en_GB&amp;category=text&amp;title=Howto+test+if+and+index+exist+in+SQL+Server&amp;description=tail+-f+%2Fvar%2Flog%2Fwhaly&amp;tags=index%2Csql+server%2Cblog" type="text/html" />
	</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-05-22 07:10:34 -->
