• You can get that right out of the Dynamic Management Objects (DMO). This will get that piece of data:

    SELECT deqs.creation_time FROM sys.dm_exec_query_stats AS deqs;

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning