<?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 SERVER &#8211; 2012 Functions &#8211; FORMAT() and CONCAT() &#8211; An Interesting Usage</title>
	<atom:link href="http://blog.sqlauthority.com/2012/07/16/sql-server-2012-functions-format-and-concat-an-interesting-usage/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/07/16/sql-server-2012-functions-format-and-concat-an-interesting-usage/</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: SQL SERVER &#8211; Concat Strings in SQL Server using T-SQL &#8211; SQL in Sixty Seconds #035 &#8211; Video &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2012/07/16/sql-server-2012-functions-format-and-concat-an-interesting-usage/#comment-387008</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Concat Strings in SQL Server using T-SQL &#8211; SQL in Sixty Seconds #035 &#8211; Video &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Wed, 05 Dec 2012 01:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19841#comment-387008</guid>
		<description><![CDATA[[...] 2012 Functions – FORMAT() and CONCAT() – An Interesting Usage [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 2012 Functions – FORMAT() and CONCAT() – An Interesting Usage [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent</title>
		<link>http://blog.sqlauthority.com/2012/07/16/sql-server-2012-functions-format-and-concat-an-interesting-usage/#comment-319296</link>
		<dc:creator><![CDATA[Kent]]></dc:creator>
		<pubDate>Thu, 26 Jul 2012 12:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19841#comment-319296</guid>
		<description><![CDATA[long overdue and needed functions. You&#039;re always a useful resource!]]></description>
		<content:encoded><![CDATA[<p>long overdue and needed functions. You&#8217;re always a useful resource!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mpoppers</title>
		<link>http://blog.sqlauthority.com/2012/07/16/sql-server-2012-functions-format-and-concat-an-interesting-usage/#comment-314767</link>
		<dc:creator><![CDATA[mpoppers]]></dc:creator>
		<pubDate>Tue, 17 Jul 2012 20:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19841#comment-314767</guid>
		<description><![CDATA[@Heri, here&#039;s a SELECT which may work better for you:
select &#039;Current Time is &#039; + datename(dw, getdate()) + &#039; &#039; + datename(m, getdate()) + substring(convert(char(12), getdate(), 107), 4, 9)]]></description>
		<content:encoded><![CDATA[<p>@Heri, here&#8217;s a SELECT which may work better for you:<br />
select &#8216;Current Time is &#8216; + datename(dw, getdate()) + &#8216; &#8216; + datename(m, getdate()) + substring(convert(char(12), getdate(), 107), 4, 9)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mpoppersP</title>
		<link>http://blog.sqlauthority.com/2012/07/16/sql-server-2012-functions-format-and-concat-an-interesting-usage/#comment-314657</link>
		<dc:creator><![CDATA[mpoppersP]]></dc:creator>
		<pubDate>Tue, 17 Jul 2012 16:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19841#comment-314657</guid>
		<description><![CDATA[This one-liner may work better for you:
select &#039;Current Time is &#039; + datename(dw, getdate()) + &#039; &#039; + datename(m, getdate()) + substring(convert(char(12), getdate(), 107), 4, 9)]]></description>
		<content:encoded><![CDATA[<p>This one-liner may work better for you:<br />
select &#8216;Current Time is &#8216; + datename(dw, getdate()) + &#8216; &#8216; + datename(m, getdate()) + substring(convert(char(12), getdate(), 107), 4, 9)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay gupta</title>
		<link>http://blog.sqlauthority.com/2012/07/16/sql-server-2012-functions-format-and-concat-an-interesting-usage/#comment-314358</link>
		<dc:creator><![CDATA[Ajay gupta]]></dc:creator>
		<pubDate>Tue, 17 Jul 2012 03:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19841#comment-314358</guid>
		<description><![CDATA[Nice blog]]></description>
		<content:encoded><![CDATA[<p>Nice blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2012/07/16/sql-server-2012-functions-format-and-concat-an-interesting-usage/#comment-314339</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Tue, 17 Jul 2012 01:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19841#comment-314339</guid>
		<description><![CDATA[As the post title says this is SQL Server 2012 function.]]></description>
		<content:encoded><![CDATA[<p>As the post title says this is SQL Server 2012 function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heri Hartawan</title>
		<link>http://blog.sqlauthority.com/2012/07/16/sql-server-2012-functions-format-and-concat-an-interesting-usage/#comment-314271</link>
		<dc:creator><![CDATA[Heri Hartawan]]></dc:creator>
		<pubDate>Mon, 16 Jul 2012 22:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19841#comment-314271</guid>
		<description><![CDATA[I run the script on SQL Server 2008, and I got this message &quot;Msg 195, Level 15, State 10, Line 3
&#039;FORMAT&#039; is not a recognized built-in function name.&quot;.]]></description>
		<content:encoded><![CDATA[<p>I run the script on SQL Server 2008, and I got this message &#8220;Msg 195, Level 15, State 10, Line 3<br />
&#8216;FORMAT&#8217; is not a recognized built-in function name.&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
