They appear to do the same thing in the query window but is there a reason to use one over the other? I am aware that CONACT was a new 2012 introduced T-SQL function.
Code:
SELECT 'A' + 'B' + 'C' AS PlusExmpl
CONCAT('A', 'B', 'C') AS ConExmpl