If i had a transaction screen with a datagrid of
around 100 rows, which is the most optimal method of
persisting the data ? Is it enough to use stored
procedures in a SQL Server environment, or are there
even faster and better ways of updating to the
database (like using XML) ?