Procedural, Semi-Procedural and Declarative Programing Part II

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

Filed under:
SQL Server accommodates a whole range of programming styles and will even allow you to create code that is wholly procedural. Is a declarative approach inevitably better? Can it be difficult to maintain? Can you avoid the performance problems of procedural code by using triggers? Joe adds some thoughts.

© Simple Talk or respective owner

Related posts about T-SQL Programming