Don't add error handling in command line generated deplymentscript

micke314micke314 Posts: 4 Bronze 1
edited September 28, 2017 9:20AM in SQL Compare
How do I remove the error handling from a script using the command line?
IF @@ERROR <> 0 SET NOEXEC ON

It works fine in the gui by checking "Don't add error handling statements to deployment scripts".
Looking at the project file makes me believe that NoSQLPlumbing is responsible for that but adding NoSQLPlumbing to the command line XML argfile does not seem to do much difference. I have not found anything in the documentation about this. Doesn't mean it's not there, I probably just need help finding it.
<Options>Default,NoSQLPlumbing,IgnoreCollations,CaseSensitiveObjectDefinition,DoNotOutputCommentHeader,IgnoreExtendedProperties,IgnoreFileGroups,IgnoreFillFactor</Options>
Tagged:

Best Answer

Answers

Sign In or Register to comment.