SQL Server introduced a CONCAT() function in MSSQLServer 2012. This function returns a non-null varchar(..) or nvarchar(..) string that represents the concatenation of all of the input parameters, no ...