Hi everybody,
I'm trying to measure the processing time of a stored procedure which will be executed several times with different parameters.
If I execute the procedure within the SQL Console, the server processing time is displayed. But as I must execute the procedure about 300 times, I would ne nice to have that server processing time within SQL or SQLScript in order to save it in a database table for later analysis.
Is there any way to achieve that? I think comparing timestamps before and after the executing won't be sufficient.
Thanks in advance.
Best regards,
Daniel