What do I have to consider in database design for a new application which should be able to support the most common relational database systems (SQL Server, MyS
I understand the other answers here but why not use stored procedures? Is it so that the logic is not hidden away?