Use functions and procedures to make your SQL Server life convenient
A nice to have feature when working with databases is the different ways to create functions and procedures to create reusable queries. I don’t say queries used with applications, because you in the database layer for applications you should avoid putting too much logic and filtering in the database and instead add it to the… Read More »