Currently I have a query full of commented blocks of code that I activate/deactivate manually. My plan is to put everything in one stored procedure and have parameters to determine which commented blocks of code should run. Is there a way to do this?
Thanks!