<?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; A Quick Trick about SQL Server 2012 CONCAT Function &#8211; PRINT</title>
	<atom:link href="http://blog.sqlauthority.com/2011/12/21/sql-server-a-quick-trick-about-sql-server-2012-concat-function-print/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2011/12/21/sql-server-a-quick-trick-about-sql-server-2012-concat-function-print/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Wed, 22 May 2013 19:03:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #008 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/12/21/sql-server-a-quick-trick-about-sql-server-2012-concat-function-print/#comment-397407</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #008 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 22 Dec 2012 01:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=16399#comment-397407</guid>
		<description><![CDATA[[...] A Quick Trick about SQL Server 2012 CONCAT function and A Quick Trick about SQL Server 2012 CONCAT Function – PRINT [...]]]></description>
		<content:encoded><![CDATA[<p>[...] A Quick Trick about SQL Server 2012 CONCAT function and A Quick Trick about SQL Server 2012 CONCAT Function – PRINT [...]</p>
]]></content:encoded>
	</item>
	<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/2011/12/21/sql-server-a-quick-trick-about-sql-server-2012-concat-function-print/#comment-387009</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:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=16399#comment-387009</guid>
		<description><![CDATA[[...] A Quick Trick about SQL Server 2012 CONCAT Function – PRINT [...]]]></description>
		<content:encoded><![CDATA[<p>[...] A Quick Trick about SQL Server 2012 CONCAT Function – PRINT [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2011/12/21/sql-server-a-quick-trick-about-sql-server-2012-concat-function-print/#comment-231117</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 04 Jan 2012 08:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=16399#comment-231117</guid>
		<description><![CDATA[Yes it will be converted to varchar. But for Dates, if you want to have specific format you need to use convert function anyway]]></description>
		<content:encoded><![CDATA[<p>Yes it will be converted to varchar. But for Dates, if you want to have specific format you need to use convert function anyway</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandrashekhar Singh</title>
		<link>http://blog.sqlauthority.com/2011/12/21/sql-server-a-quick-trick-about-sql-server-2012-concat-function-print/#comment-228460</link>
		<dc:creator><![CDATA[Chandrashekhar Singh]]></dc:creator>
		<pubDate>Fri, 30 Dec 2011 07:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=16399#comment-228460</guid>
		<description><![CDATA[Hi Nikhil,
It is not required to use the Concat() function only. Pinal is trying to say that without any data coversion we can concatenate.
Try this for your clarification-
PRINT &#039;Current Time :&#039;+ Cast(GETDATE() as varchar(20))
With the CONCAT()(SQL 2012 feature) function you need not to do any explicit Data Coversion.
Pinal, let me know if I am wrong.

Regards,
Chandrashekhar]]></description>
		<content:encoded><![CDATA[<p>Hi Nikhil,<br />
It is not required to use the Concat() function only. Pinal is trying to say that without any data coversion we can concatenate.<br />
Try this for your clarification-<br />
PRINT &#8216;Current Time :&#8217;+ Cast(GETDATE() as varchar(20))<br />
With the CONCAT()(SQL 2012 feature) function you need not to do any explicit Data Coversion.<br />
Pinal, let me know if I am wrong.</p>
<p>Regards,<br />
Chandrashekhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandrashekhar Singh</title>
		<link>http://blog.sqlauthority.com/2011/12/21/sql-server-a-quick-trick-about-sql-server-2012-concat-function-print/#comment-228456</link>
		<dc:creator><![CDATA[Chandrashekhar Singh]]></dc:creator>
		<pubDate>Fri, 30 Dec 2011 07:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=16399#comment-228456</guid>
		<description><![CDATA[Hi Kiran,
Please try the below query to check the Owner- select suser_sname(owner_sid) from sys.databases where name = &#039;DBNAME&#039;

Do you want to Unlock a user or a DB?
Regards,
Chandrashekhar]]></description>
		<content:encoded><![CDATA[<p>Hi Kiran,<br />
Please try the below query to check the Owner- select suser_sname(owner_sid) from sys.databases where name = &#8216;DBNAME&#8217;</p>
<p>Do you want to Unlock a user or a DB?<br />
Regards,<br />
Chandrashekhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kiran reddy</title>
		<link>http://blog.sqlauthority.com/2011/12/21/sql-server-a-quick-trick-about-sql-server-2012-concat-function-print/#comment-222928</link>
		<dc:creator><![CDATA[kiran reddy]]></dc:creator>
		<pubDate>Wed, 21 Dec 2011 14:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=16399#comment-222928</guid>
		<description><![CDATA[hi pinal sir,

am having a query, please tel the steps for this query..

The database is used by a group of individuals. It appears to now be locked. Is there any way to tell who is the owner of XYZ ?

And say me steps to unlock the database.

thankyou..]]></description>
		<content:encoded><![CDATA[<p>hi pinal sir,</p>
<p>am having a query, please tel the steps for this query..</p>
<p>The database is used by a group of individuals. It appears to now be locked. Is there any way to tell who is the owner of XYZ ?</p>
<p>And say me steps to unlock the database.</p>
<p>thankyou..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikhildas</title>
		<link>http://blog.sqlauthority.com/2011/12/21/sql-server-a-quick-trick-about-sql-server-2012-concat-function-print/#comment-222613</link>
		<dc:creator><![CDATA[Nikhildas]]></dc:creator>
		<pubDate>Wed, 21 Dec 2011 04:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=16399#comment-222613</guid>
		<description><![CDATA[Hai Pinal Sir,

The Concatenation Function will also work in older version of SQL Server With as CANONICAL Function.

SELECT {fn CONCAT(&#039;Current Time :&#039;, Cast(GETDATE() as varchar(20)))}

PRINT {fn CONCAT(&#039;Current Time :&#039;, Cast(GETDATE() as varchar(20)))}

But it won&#039;t work without casting the getdate()

Please let me know ,If you feel any wrong from me.

Thanks &amp; Regards,
Nikhildas]]></description>
		<content:encoded><![CDATA[<p>Hai Pinal Sir,</p>
<p>The Concatenation Function will also work in older version of SQL Server With as CANONICAL Function.</p>
<p>SELECT {fn CONCAT(&#8216;Current Time :&#8217;, Cast(GETDATE() as varchar(20)))}</p>
<p>PRINT {fn CONCAT(&#8216;Current Time :&#8217;, Cast(GETDATE() as varchar(20)))}</p>
<p>But it won&#8217;t work without casting the getdate()</p>
<p>Please let me know ,If you feel any wrong from me.</p>
<p>Thanks &amp; Regards,<br />
Nikhildas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kkaarthickitk</title>
		<link>http://blog.sqlauthority.com/2011/12/21/sql-server-a-quick-trick-about-sql-server-2012-concat-function-print/#comment-222604</link>
		<dc:creator><![CDATA[kkaarthickitk]]></dc:creator>
		<pubDate>Wed, 21 Dec 2011 03:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=16399#comment-222604</guid>
		<description><![CDATA[Thanks for this post, really nice , i learned one new thing today...Keep continue this.........]]></description>
		<content:encoded><![CDATA[<p>Thanks for this post, really nice , i learned one new thing today&#8230;Keep continue this&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chirag Satasiya</title>
		<link>http://blog.sqlauthority.com/2011/12/21/sql-server-a-quick-trick-about-sql-server-2012-concat-function-print/#comment-222597</link>
		<dc:creator><![CDATA[Chirag Satasiya]]></dc:creator>
		<pubDate>Wed, 21 Dec 2011 03:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=16399#comment-222597</guid>
		<description><![CDATA[Hi pinal sir,

Thanks to  Vinod, Jacob and Rick for this suggestion.

There are lots of Good function coming with SQL Server 2012.
Thank you for updating. 

Regard$
Chirag Satasiya]]></description>
		<content:encoded><![CDATA[<p>Hi pinal sir,</p>
<p>Thanks to  Vinod, Jacob and Rick for this suggestion.</p>
<p>There are lots of Good function coming with SQL Server 2012.<br />
Thank you for updating. </p>
<p>Regard$<br />
Chirag Satasiya</p>
]]></content:encoded>
	</item>
</channel>
</rss>
