I'm just starting with stored procedures, I seem to understand the syntax quite well (at least now),
but what I never found out is if it's a good idea to completely replace dynamic SQL statements
by stored procedures.
Let's say that I have a simple application (ASP) with say 25 SQL queries, each performing something
little bit different. Should I have 25 stored procedures then ?
Thanks in advance.
"Taxes are the fees we pay for civilized society"
but what I never found out is if it's a good idea to completely replace dynamic SQL statements
by stored procedures.
Let's say that I have a simple application (ASP) with say 25 SQL queries, each performing something
little bit different. Should I have 25 stored procedures then ?
Thanks in advance.
"Taxes are the fees we pay for civilized society"