A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
SELECT dateIntrvw, InterViewTime,
Cast( Format(dateIntrvw ,'yyyy-MM-dd') +' '+ Format(InterViewTime ,'HH:mm:ss.sss') as datetime)
FROM #temp;