<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ideal Ordeal? Deal.</title>
	<atom:link href="http://rajmsdn.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rajmsdn.wordpress.com</link>
	<description>to break is human; to fix is also human</description>
	<lastBuildDate>Wed, 14 Dec 2011 20:42:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rajmsdn.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ideal Ordeal? Deal.</title>
		<link>http://rajmsdn.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rajmsdn.wordpress.com/osd.xml" title="Ideal Ordeal? Deal." />
	<atom:link rel='hub' href='http://rajmsdn.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Performance Pain: To LIKE or not to LIKE</title>
		<link>http://rajmsdn.wordpress.com/2010/11/24/to-like-or-not-to-like/</link>
		<comments>http://rajmsdn.wordpress.com/2010/11/24/to-like-or-not-to-like/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 18:12:02 +0000</pubDate>
		<dc:creator>Raj Kashyap</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Index]]></category>
		<category><![CDATA[LIKE operator]]></category>
		<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Sybase]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://rajmsdn.wordpress.com/?p=199</guid>
		<description><![CDATA[We have agonized over excruciating SQL performance pains. Sometimes, the problem is a specific type of query that is always slow. This type of query is typically used in stored procedures, executed by several applications and batch processes. Oddly, it has worked fine for some time in the past and nothing in the SQL itself has changed. Moreover, it is always fast when embedded in front-end applications. So, why is it slow when it is in a stored procedure?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rajmsdn.wordpress.com&amp;blog=10797926&amp;post=199&amp;subd=rajmsdn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rajmsdn.wordpress.com/2010/11/24/to-like-or-not-to-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a69ddc7e1ceabd923e3cdc1cc52582f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Raj Kashyap</media:title>
		</media:content>
	</item>
		<item>
		<title>Ordeal: Strongly Typed DataSet Connection String</title>
		<link>http://rajmsdn.wordpress.com/2009/12/09/strongly-typed-dataset-connection-string/</link>
		<comments>http://rajmsdn.wordpress.com/2009/12/09/strongly-typed-dataset-connection-string/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 21:00:19 +0000</pubDate>
		<dc:creator>Raj Kashyap</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Connection String]]></category>
		<category><![CDATA[Strongly Typed DataSet]]></category>
		<category><![CDATA[TableAdapter]]></category>
		<category><![CDATA[TableAdapterManager]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://rajmsdn.wordpress.com/?p=5</guid>
		<description><![CDATA[When designing Strongly Typed DataSets, Visual Studio's designer wants you to specify a database Connection String, which is then shared by all TableAdapters for database connectivity. The connection string gets stored as a read-only property in the Application Settings configuration. You cannot change it at run-time if you want to connect to a different data source. Here we shall see how to work around this inadequacy. This is Ideal Ordeal.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rajmsdn.wordpress.com&amp;blog=10797926&amp;post=5&amp;subd=rajmsdn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rajmsdn.wordpress.com/2009/12/09/strongly-typed-dataset-connection-string/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a69ddc7e1ceabd923e3cdc1cc52582f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Raj Kashyap</media:title>
		</media:content>

		<media:content url="http://rajmsdn.files.wordpress.com/2009/12/typeddatasethierarchicalupdate.jpg" medium="image">
			<media:title type="html">TypedDataSetHierarchicalUpdate</media:title>
		</media:content>

		<media:content url="http://rajmsdn.files.wordpress.com/2009/12/typeddatasetsaveconnectionstring.jpg" medium="image">
			<media:title type="html">TypedDataSetSaveConnectionString</media:title>
		</media:content>

		<media:content url="http://rajmsdn.files.wordpress.com/2009/12/typeddatasettableadapterproperties.jpg" medium="image">
			<media:title type="html">TypedDataSetTableAdapterProperties</media:title>
		</media:content>
	</item>
	</channel>
</rss>
