SQL SERVER

Advantages of using SQL stored procedures

Advantages of using SQL stored procedures
Avatar of shohal
Written by shohal

Simple Word Advantage of Stored Procedures is:

*Store procedures can reuse the execution plan.
*Store procedures can reduce the network traffic.
*Store procedures can code re-usability and better maintainability.
*Store procedures can provide better security.
*Store procedures can Avoids SQL Injection Attack.

Difference Between Procedure Vs Stored Procedure?

The only difference between a procedure and a stored procedure is
where it is stored and how it is called. A procedure is stored within a
procedure or an anonymous block
. A stored procedure is stored in any
schema in a database.

Also

Stored procedures provide a powerful way to code application logic that
can be stored on the server. Procedure can write anywhere in PLSQL.

🚀
Advantages of using SQL stored procedures | TechTweet

If you’d like me to proceed with any of these, please just let me know from the site techtweet.xyz! Also if you need to learn something new than subscribe YouTube : ASP.NET With SQL SERVER

About the author

Avatar of shohal

shohal

I have profession and personal attachment with custom ERP Software development, Business Analysis, Project Management and Implementation almost (36) ,also Oracle Apex is my all-time favorite platform to developed the software. Moreover i have some website development experience with WordPress. For hand on networking experience DevOps and CCNA, it create me a full package. Here are some core programming language with networking course i have been worked: Oracle SQL ,PL/SQL,Oracle 19c Database , Oracle Apex 20.1,WordPress,Asp.Net ,MS SQL ,CCNA ,Dev Ops, SAP SD

Leave a Comment