My Presentation on Database Refactoring at QCon was recorded and is live now on infoQ here
My Presentation on Database Refactoring at QCon was recorded and is live now on infoQ here
Some environments like to have access to the database tables routed via stored procedures. Instead of using Create/Read/Update/Delete aka CRUD with DML, stored procedures are invoked with the parameters to perform the required operation. I’m not arguing about the benefits/pitfalls of this approach, if you have to do stored procedures, here are some things to look at.