Welcome to EMC Consulting Blogs Sign in | Join | Help

Browse by Tags

All Tags » t-sql » DRY
  • DRY SQL

    I recently inherited some SQL that someone else had written and had the job of “tidying it up” before it gets pushed out to production. Here’s a slightly simplified (yes, simplified) version of that SQL: 1: --options 2: select asset_class 3: , case when volume > 0 then 'profit' 4: ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on July 2, 2009
Powered by Community Server (Personal Edition), by Telligent Systems