“Zalety procedur składowanych SQL” Kod odpowiedzi

Zalety procedur składowanych 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.
Obedient Ocelot

Wady procedur składowanych 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.
Obedient Ocelot

Odpowiedzi podobne do “Zalety procedur składowanych SQL”

Pytania podobne do “Zalety procedur składowanych SQL”

Więcej pokrewnych odpowiedzi na “Zalety procedur składowanych SQL” w Sql

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu