Procedural, Semi-Procedural and Declarative Programming in SQL

Posted on Simple Talk See other posts from Simple Talk
Published on 15 February 2010 Indexed on 2010/03/16 17:01 UTC
Read the original article Hit count: 348

Filed under:
A lot of the time, the key to making SQL databases perform well is to take a break from the keyboard and rethink the way of approaching the problem; and rethinking in terms of a set-based declarative approach. Joe takes a simple discussion abut a problem with a UDF to illustrate the point that ingrained procedural reflexes can often prevent us from seeing simpler set-based techniques.

© Simple Talk or respective owner

Related posts about T-SQL Programming