• This SP gets the start time of the running SQL from system table dm_exec_* and system function dm_exec_sql.

    My understanding is ->One SQL sends multiple requests to the db, the start time in dm_* tables all point to the start time of EACH REQUEST, thus at a given point of time, I am unable to determine when the SQL started.