I have table with stricture as follows :
Ticket   Comment   UpdatedBy
100      Text 1     23
100      Text 2     24
100      Text 3     25
100      Text 4     26
Can i get this in one row table as (Ticket will be same for all rows)
Ticket   Comment
100      23 Said Text 1 - 24 Said Text 2 -  25 Said Text 3 - 26 Said Text 4
By some SQL Query ?(Sql Server 2008)
 
     
     
    