|
Post Made Community Wiki by Community♦
|
||||
|
|
||||
|
3 | corrected spell mistakes and some grammar | ||
|
CON I find that doing many things in lots of processing inside stored procedure procedures would make your DB server a single point of inflexibility, when it comes to scaling your act. However performing thing doing all that crunching in codeyour program as opposed to the sql-server, might allow you to scale more if you have multiple servers that runs your code. Of-course this does not apply to stored procs that only does the normal fetch or update but to ones that perform more processing like looping over datasets. PROS
Edit - corrected spell mistakes and some grammar |
||||
|
2 | Added con | ||
|
CON I use find that doing many things in stored procedure would make your DB server a single point of inflexibility, when it comes to scaling your act. However performing thing in code, might allow you to scale more if you have multiple servers that runs your code. Of-course this does not apply to stored procs all that only does the time and here are my reasonsnormal fetch or update but to ones that perform more processing like looping over datasets. PROS
|
||||
|
1 |
|
||
