Data/Schema compare synch scripts should add PRINT statements in their script

Other competitor tools generate descriptive lines of code when creating a comparison script.

for instance:

/*Altering object*/
PRINT 'Altering object obj1.View’

ALTER View \[obj1\].\[dbo\]
as
Select a as all…

So when the user reads the query, it kind of tells them what section of the code does what, rather than a block of code with no description whatsoever.

This might be toggleable, and will grant added value to our product.