SELECT dateonly = CONVERT(CHAR(8),column,112) FROM table SELECT timeonly = CONVERT(CHAR(8),column,8) FROM table