Comments not ignored when selected?
jreynolds
Posts: 31
When I set the comments to unchecked, it still seems to pull in comments that are of the following scenario:
We have a vendor that does this double-asterisk thing, and it seems to get pulled in every time.
/** some comments here **/
We have a vendor that does this double-asterisk thing, and it seems to get pulled in every time.
Comments
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
Red Gate Software Ltd.