Benefits of Stored Procedures

SQL >   SQL Stored Procedures >   Stored Procedures Introduction  

Long Question

429


Answer:

  • Reduced: Stored procedures have to be executed only once and the execution code can be used again later. In this way, it impacts the final performance when you have to call the same procedure multiple times within a database application.
  • Programming: It helps in cutting down the size of the code and it can be transmitted over the network quickly. Ultimately, network traffic will reduce significantly.
  • Effective: The best thing is that one stored procedure can be accessed by multiple users at once. It results in the reduced development cycle and enhances the performance.
  • Enhanced: Every time when you are executing a stored procedure, certain permissions can be defined that enhances the security controls.


This Particular section is dedicated to Question & Answer only. If you want learn more about SQL. Then you can visit below links to get more depth on this subject.




Join Our telegram group to ask Questions

Click below button to join our groups.