I am looking to concat a column in each row that that holds text input....
I am using SQL Server 2005
The rows look like this
Number Date Update Time description
------ ----- ----------- -------------
0123 01/01/2015 01/07/2015 Hello, I want to
0123 01/01/2015 01/01/2015 Concat these columns
Hopefully this is easy and I am just being a simpleton