hi everyone,

i was developing a windows app. and im putting business logic in the stored procedures if applicable, e.g instead of getting data in the database and process it in the application, i just get the data that the stored procedure has already processed.

question is, is this a good practice? or it is still better to process data within the application level?