Anyone know of a way to execute a dynamic SQL which is around 300000 characters ?
background - a nightly process is run to clean up data and triggers are created based on the rules that are defined in the application during the day. These triggers update multiple tables and the only way to create them at this point is through dynamic sql. Any ideas?