When is it better to write "ad hoc sql" vs stored procedures
Posted
by Luke101
on Stack Overflow
See other posts from Stack Overflow
or by Luke101
Published on 2010-04-29T00:18:28Z
Indexed on
2010/04/29
0:27 UTC
Read the original article
Hit count: 773
I have 100% ad hoc sql through out my application. A buddy of mine recommended that I convert to stored procedures for the extra performance and security. This brought up a question in my mind, besides speed and security is there any other reason to stick with ad hoc sql queries?
© Stack Overflow or respective owner