InterviewSolution
Saved Bookmarks
| 1. |
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. When a stored procedure is called, only the procedure call is sent to the server and not the statements that the procedure contains. |
|