Ver originalDECLARE @D1 DateTime='2012-12-03 10:18:22.883', @D2 DateTime='2012-12-03 10:20:43.060';SELECT CAST(@D2-@D1 AS TIME);