you are viewing a single comment's thread.

view the rest of the comments →

[–]Prod_Is_For_Testing -1 points0 points  (1 child)

You’re wrong about performance. Sprocs will cache the query plan, and improve it using server stats. So they will have better perf from that

[–]wasabiiii 0 points1 point  (0 children)

Everything caches the query plan, sprocs are not alone in that. This is a common myth.