When to go for stored procedures rather than embedded SQL -


i confused when go stored procedures rather embedded sql in code

when googled out, found out these points

  • they allow modular programming.
  • they can reduce network traffic.
  • they can used security mechanism.

is please tell me how network traffic related ??

they can reduce network traffic returning required data client.

or turn around; design/coding practice can waste network traffic select set of data db, return client , processing there on of dataset. if working on of data set better traffic perspective not send client data not being processed


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -