Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What are the advantages of using Stored Procedures?

Add comment
Views: 63
Votes: 0
Comments: 0
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.
Others in this Category
document What is use of DBCC Commands?
document What is LINQ?
document Q: Explain the concept of NULL
document What is Cursor?
document Q: What are logical databases? What are the advantages/disadvantages of logical databases?
document What is De-normalization?
document What is SQL Profiler?
document What is Identity?
document What is Filestream?
document What is Trigger?
» More articles



RSS