A colleague of mine is working on a .NET application. He needs to write his save function for his object.
Normally he would use a stored procedure in SQL Server to do this, but with 40 columns that is quite a task.
Several of our other colleagues have preferred using XSD's for their database interaction.
What is going to give the best effort, maintainability and efficiency trade off when dealing with large records?