A question about Software application development and SQL database.We are implementing .net applications that uses SQL server as backend databases.When developing the applications what is the best approach, code driven, database driven, or business rule driven? Where should business rules implemented?One .net developer asked a SQL DBA/developer does most of the things in stored procedures, also add calculated columns so that he can just simply display the fields on UI.Is this a good way to do software development, or what is the best approach?Thanks,
↧