<?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/"
	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>Comments on: SQL Authority News &#8211; Download SQL Server Data Type Conversion Chart</title>
	<atom:link href="http://blog.sqlauthority.com/2012/12/09/sql-authority-news-download-sql-server-data-type-conversion-chart/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/12/09/sql-authority-news-download-sql-server-data-type-conversion-chart/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: dastagiri</title>
		<link>http://blog.sqlauthority.com/2012/12/09/sql-authority-news-download-sql-server-data-type-conversion-chart/#comment-426933</link>
		<dc:creator><![CDATA[dastagiri]]></dc:creator>
		<pubDate>Sun, 24 Feb 2013 17:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21921#comment-426933</guid>
		<description><![CDATA[Thanks sir i am always following ur blog.if we have CONVERT why we r using CAST is der any difference ?]]></description>
		<content:encoded><![CDATA[<p>Thanks sir i am always following ur blog.if we have CONVERT why we r using CAST is der any difference ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hakan Winther (@h_winther)</title>
		<link>http://blog.sqlauthority.com/2012/12/09/sql-authority-news-download-sql-server-data-type-conversion-chart/#comment-426825</link>
		<dc:creator><![CDATA[Hakan Winther (@h_winther)]]></dc:creator>
		<pubDate>Sun, 24 Feb 2013 11:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21921#comment-426825</guid>
		<description><![CDATA[A side effect of data type conversion (implicit or explicit) is that it can have negative impact on performance. Assume you get an implicit conversion of the modifieddate in the example above, that will cause an index scan instead of an index seek (if there is an index on modifieddate column). 

If you have different datatypes in joins between two tables, you&#039;ll suffer a lot if the implicit conversion will occur on the largest table.

Personally I would prefer if you could turn of implicit conversion (at server, database, connection or statement level) to avoid any unwanted conversions. If you need conversion, you should always have to specify it and it would force you to think of the side effect.]]></description>
		<content:encoded><![CDATA[<p>A side effect of data type conversion (implicit or explicit) is that it can have negative impact on performance. Assume you get an implicit conversion of the modifieddate in the example above, that will cause an index scan instead of an index seek (if there is an index on modifieddate column). </p>
<p>If you have different datatypes in joins between two tables, you&#8217;ll suffer a lot if the implicit conversion will occur on the largest table.</p>
<p>Personally I would prefer if you could turn of implicit conversion (at server, database, connection or statement level) to avoid any unwanted conversions. If you need conversion, you should always have to specify it and it would force you to think of the side effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivasa Reddy</title>
		<link>http://blog.sqlauthority.com/2012/12/09/sql-authority-news-download-sql-server-data-type-conversion-chart/#comment-395891</link>
		<dc:creator><![CDATA[Srinivasa Reddy]]></dc:creator>
		<pubDate>Wed, 19 Dec 2012 07:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21921#comment-395891</guid>
		<description><![CDATA[It is really helpfull. Thanks Pinal.]]></description>
		<content:encoded><![CDATA[<p>It is really helpfull. Thanks Pinal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kk</title>
		<link>http://blog.sqlauthority.com/2012/12/09/sql-authority-news-download-sql-server-data-type-conversion-chart/#comment-392216</link>
		<dc:creator><![CDATA[kk]]></dc:creator>
		<pubDate>Thu, 13 Dec 2012 01:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21921#comment-392216</guid>
		<description><![CDATA[Thanks for sharing!!]]></description>
		<content:encoded><![CDATA[<p>Thanks for sharing!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VINAY</title>
		<link>http://blog.sqlauthority.com/2012/12/09/sql-authority-news-download-sql-server-data-type-conversion-chart/#comment-390699</link>
		<dc:creator><![CDATA[VINAY]]></dc:creator>
		<pubDate>Mon, 10 Dec 2012 12:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21921#comment-390699</guid>
		<description><![CDATA[This chart really useful.......Thank u   Pinal]]></description>
		<content:encoded><![CDATA[<p>This chart really useful&#8230;&#8230;.Thank u   Pinal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @SQLSanjeev</title>
		<link>http://blog.sqlauthority.com/2012/12/09/sql-authority-news-download-sql-server-data-type-conversion-chart/#comment-389953</link>
		<dc:creator><![CDATA[@SQLSanjeev]]></dc:creator>
		<pubDate>Sun, 09 Dec 2012 02:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21921#comment-389953</guid>
		<description><![CDATA[Great example.]]></description>
		<content:encoded><![CDATA[<p>Great example.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
