find me on
-
-
Tags
agile alt.net antiagile BDD bile build automation build automation C# cool Craftsmanship DDD financial flex Google J2ME Java javascript kaizen kanban Lean Mac maven OOD pomodoro process Project Management Project Management Rage rest Ruby Scrum Selenium servicemix Smile Speech spring testing That's Cool! That's Cool! ThoughtWorks timeboxing tweets web Web 2.0 XP-


















SQL 2005 as an antipattern
After 1 month and an half working on the strange combination of EJBs and SQL 2005 I can say that not only EJBs are an antipattern but also the bloody SQL server of Microsoft.
We had so many troubles doing an automated backup and restore of a database, the last one was a permission problem that you can fix using a stored procedure (oh my God I wrote that I am using a stored procedure from Microsoft running on Microsoft RDBMS!) that it’s shipped with that kind of RDBMS. Is very nice the code, Action=Auto_Fix.
How much easier and safer is to backup a MySql server(*)?
This problem was just the last one, and I need to yell out a bit.
That’s what happens with some folks without knowledge of what are good programming practices write a RDMS. I just wanna paste here the code (part of) of the Stored Procedure. It’s SQLserver two thousand five and someone still write shit code like this:
(*) Go here if you don’t confide in me, I did that many times, with cron, from ant, never had ANY problems.