sql - When should I use stored procedures? -
When should I use organized procedures instead of writing arguments directly in my application? I want to cut the benefits of stored procedures, but I also do not want to spread my application on the database database and application.
Is there any rule of thumb that you can think in this context?
Wow ... I'm going to swim directly against here and say, "almost always" There is a list of reasons for washing - some of which I / I believe that others will argue but I have developed both apps with both the use of stored procs in the form of a data access layer and without it, and this is my experience It's been easy to write your application written well enough written processes. Make up Then there are well documented performance and security benefits.
Comments
Post a Comment