SQL Design Patterns and Refactoring?

  • I like the Design Patters and Refactoring books, but they are pretty much OOP. Does anyone know if anyone's tried to take on similar topics for SQL?

    I'm thinking it would be good for some interface coders who know just enough to get themselves killed...as well as for inexperienced SQL coders.



    Steve Miller

  • This was removed by the editor as SPAM

  • There were couple of books about SQL Database refactoring.

    Anybody interested in anti-patterns, i.e. what to avoid by all means 🙂

  • I hope that everybody knows what RBAR stands for.

    Our off-shore team managed to invent CBAC: column behind agonizing column; Well not quite - for a record with n columns they managed to create a n-1 stored procedures/dynamic SQL that retrieves one column value for a given primary key (record identifier).

    So if they need to get a recordset with let's say 10 records from a table with 11 columns they CAN DO it in 100 calls!

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply