Monday, October 20th, 2008
“Refactoring SQL Applications”
One area of your web applications that may be a lot less efficient than it could be are your database accesses. SQL packs a whole lot of power into relatively short statements and one SQL statement may run as much code as dozens of pages of code in your scripting language. Knowing how to rework [...]
