There is any recommendation where is the better place to store the SQL codes?
Supposing two types of SQL queries (CRUD commands and Bussiness queries), where is better, more recommended and more used place to store the SQL, inside the application or in database?
It’s a religious question.
My preference (today):
But only if your SQL is under source control.