Where I found out milliseconds for the execution of a query in SQL Server 2008 Management Studio?
In Actual Execution Plan I cannot see the time.
use SET STATISTICS TIME ON/OFF in beginning and end of query
Several places:
sys.dm_exec_query_stats
has last_worker_time
and last_elapsed_time
Duration
set statistics time on
as Jack already pointed outIf you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With