Declare @Begindate DateTime
SELECT @ begindate = getdate ()
SELECT execution time = datediff (mm, @ begindate, getdate ())