Sometimes BuildFromDifferences has comments, others not
rbellamy
Posts: 5
It seems to be when runOnTwo is set to true that BuildFromDifferences will prepend the header comment.
I've read in the forum that there's no way to turn this off.
I'm curious if anyone else has seen this behavior...
I've read in the forum that there's no way to turn this off.
I'm curious if anyone else has seen this behavior...
Comments
The comment is hard-coded into the SQL Compare Engine. I don't know of a way to turn it off, unfortunately.
Maybe, instead of Executing the ExecutionBlock, you could possibly work around this by looping through all of the batches in the ExecutionBlock, and writing them to disk some other way, omitting the first batch.