How can we help you today? How can we help you today?

Comments not ignored when selected?

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.
jreynolds
0

Comments

1 comment

  • Andras B
    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
    Andras B
    0

Add comment

Please sign in to leave a comment.