Question: Why do stored procedures reduce network traffic ?Answer: When a stored procedure is called, only the procedure call is sent to the server and not the statements that the procedure contains. |
Is it helpful?
Yes
No
Most helpful rated by users: