What benefits do you receive from using stored procedures vs. keeping your business logic within your application. In general I try to keep all of my logic on the code end and out of the database. I am working with a system someone else developed now and this person used stored procedures along with their server side code. This is making it extremely difficult for me to see what does what. What is the benefit of using stored procedures? Thanks,