SELECT getdate() AS starttime; SELECT 1 AS a, 2 AS b; SELECT getdate() AS endtime;