Why do stored procedures reduce network traffic ?

Why do stored procedures reduce network traffic ?
When a stored procedure is called, only the procedure call is sent to the server and not the statements that the procedure contains.

No comments:

Post a Comment

comment on this post

Note: Only a member of this blog may post a comment.