SQL Server: how can I know my stored procedure is optimum in performance
Posted
by RedsDevils
on Stack Overflow
See other posts from Stack Overflow
or by RedsDevils
Published on 2010-04-12T15:59:46Z
Indexed on
2010/04/12
16:43 UTC
Read the original article
Hit count: 300
Hi all,
I would like to know how to measure/know that one's stored procedure is optimum in performance. That stored procedure can be inserting/deleting/updating or manipulating data in that procedure. Please describe the way/approach how to know performance in SQL Server.
Thanks in advance!
© Stack Overflow or respective owner