Answers for "disadvantages of stored procedures in sql"

SQL
0

advantages of stored procedures sql

A Stored Procedure can be used as a 
modular programming which means create once, 
store and call for several times whenever
it is required. This supports faster execution.
It also reduces network traffic and
provides better security to the data.
Posted by: Guest on January-28-2021
0

disadvantages of stored procedures sql

Disadvantage:
The only disadvantage of Stored Procedure 
is that it can be executed only in the
database and utilizes more memory in 
the database server.
Posted by: Guest on January-28-2021

Code answers related to "disadvantages of stored procedures in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language