I have a lot of scripts to run on a new database for creating all the stored procedures we need.
Problem: none of those scripts are setting ANSI_NULLS ON or QUOTED_IDENTIFIER ON and I need to set them on for every stored procedure
Is there a way to set these on dynamically, without going through all the files containing my scripts?
Tks