Browse by Tags

All Tags » dynamic queries (RSS)

More Proof that I can be lazy by avcajipe

Likes : Having a stored procedure that attempts to do everything, as in the whole CRUD salad. Dislikes : Having to create lots of separate stored procedures if I can the first option is feasible. Thank God for dynamic queries for that. /* * Name : MY_LAZY_SP...