Je tam příkaz PIVOT... SELECT * FROM YourTable PIVOT (MAX(Value) FOR ColumnName IN ([Status],[Name],[Created])) as p;