Given two date/times:
@start_date = \'2009-04-15 10:24:00.000\' @end_date = \'2009-04-16 19:43:01.000\'
Is it possible to calculate the tim
datediff(datepart, date1, date2);
Rex's answer is more complete.