The Worst Possible Way to use a Stored Procedure (codebetter.com)
submitted by
ang3lfir3(660) 3 years, 3 months ago
Okay, if your business logic can be expressed easiest through a declarative SQL WHERE clause, a SPROC can be a cool way to go. Set-based logic is almost always simpler to do with SQL than mucking through with procedural C#, but that's a different rant for another day, and I'm definitely talking about procedural code within sproc's here......
|category: Database
|Views: 30
tags:
Database another
Everyones tags:
Your Tags: