Why (and when to) use stored procedures?
Posted
by mr.b
on Stack Overflow
See other posts from Stack Overflow
or by mr.b
Published on 2010-06-16T22:57:33Z
Indexed on
2010/06/16
23:02 UTC
Read the original article
Hit count: 195
stored-procedures
|databases
What would be appropriate scenario when stored procedures should be used?
I stumbled upon implementation where almost whole data manipulation was handled by store procedures, even simplest form of INSERT/DELETE statements were wrapped and used via SP's.
So, what's the rationale for using stored procedures in general?
Sorry for such a beginners question..
© Stack Overflow or respective owner