Show how much time a query takes
When you execute a query or a stored procedure it would be nice to see how long the current query is being executed (refreshed every second, for example). And after the query is done it should be shown how much time it has taken.
-
AdminDevart (_, Devart) commented
If you need to profile the query use our profiling tool.
But if you need a query time just for the reference then you can find in the Output window. -
z commented
i think we need "cycliс profiling". user enter how many times run this code block" and give overall time. summary of multiple results will be more accurate.
-
LSTemp commented
it very hard/soft depended.. impossible have exactly result.