TSQL de sim
-- from yyyymm to date
CONVERT(date, CONCAT(YourColumn, '01'))
Tommy
-- from yyyymm to date
CONVERT(date, CONCAT(YourColumn, '01'))