I always use stored procedures for data access because I believe that in a well designed system they are the most maintainable solution. However, I've been hearing a lot of support for inline SQL recently, so I figured it's time for an objective look at the advantages and disadvantages of each. Performance Performance is often quoted as an important reason for using stored procedures. I've...