What are the advantages of using Stored Procedures?

by manish| Views: 508

What are the advantages of using Stored Procedures?

Answers (1)
 
Rohita Said..

Advantages of using Stored Procedures are given below:

• Stored procedure can reduced network traffic and latency, boosting application performance.

• Stored procedure execution plans can be reused, staying cached in SQL Server's memory, reducing server overhead.

• Stored procedures help promote code reuse.

• Stored procedures can encapsulate logic. You can change stored procedure code without affecting clients.

• Stored procedures provide better security to your data.



Register or Login to Post Your Opinion/Answer