I was looking for a CONCAT function in SQL Server 2008 R2.. I found the link http://msdn.microsoft.com/en-us/library/hh231515.aspx for this function. But when I use this function, it gives the following error:
Msg 195, Level 15, State 10, Line 7
'CONCAT' is not a recognized built-in function name.
Whether CONCAT function exists in SQL Server or not?
CONCATis new for 2012. – Gabe Jul 24 '12 at 2:07