Options

Comments not ignored when selected?

jreynoldsjreynolds Posts: 31
edited August 6, 2008 7:43AM in SQL Compare Previous Versions
When I set the comments to unchecked, it still seems to pull in comments that are of the following scenario:
/**

 some comments here

**/

We have a vendor that does this double-asterisk thing, and it seems to get pulled in every time.

Comments

  • Options
    jreynolds wrote:
    When I set the comments to unchecked, it still seems to pull in comments that are of the following scenario:
    /**
    
     some comments here
    
    **/
    

    We have a vendor that does this double-asterisk thing, and it seems to get pulled in every time.

    The option will ignore comments during comparison, but it will not remove them from the definition of stored procedures, views, etc. I.e. the object definition will match the definition that is stored in sys.sql_modules, but if the only difference between two stored procedures are the comments, we will not mark them as different.
    Regards,
    Andras
    András Belokosztolszki, PhD
    Red Gate Software Ltd.
Sign In or Register to comment.