SELECT LEFT(l.list,LEN(l.list)-1)FROM( SELECT top 3 Column Name + '-' AS [text()] FROM Table NameFOR XML PATH(''))l(list)