Separate business logic from tables and avoid dynamic SQL Lars Breddemann | 15/11/2020 You want to apply your business logic to multiple tables in your DB but don’t want to use dynamic SQL? Good on you! Here’s how.