++1000. Would love to be able to disable rules OR warnings** in the script, and NOT globally. Makes it more obvious that I purposefully chose to ignore them for this particular script, and still leaves them enabled for the next run.
** like the drop object warning.
Just my preference, but it would be nice to be able to turn them off and back on in the scripts. so specific blocks of code can be ignored. Or the entire script can be ignored. Something like :
++1000. Would love to be able to disable rules OR warnings** in the script, and NOT globally. Makes it more obvious that I purposefully chose to ignore them for this particular script, and still leaves them enabled for the next run.
** like the drop object warning.
Just my preference, but it would be nice to be able to turn them off and back on in the scripts. so specific blocks of code can be ignored. Or the entire script can be ignored. Something like :
-- SqlPromptIgnore BP008 ON|OFF
-- SqlPromptIgnore BP006,BP007,BP008 ON|OFF