Stored Procedure Overkill?
I'm re-writing a couple of different Web-based apps using techniques I've learned over the past year, one of which is using stored procedures for increased scalability and security.
My question is: Is it overkill to convert [u]every single</u> query in my apps to stored procedures? That's my current goal, but I wonder just a bit if it's necessary for the smaller queries.
|