Options

SQL compare regular expressions

cristian.gozzicristian.gozzi Posts: 5
edited October 24, 2005 1:10PM in SQL Compare Previous Versions
Can i have some suggestion about regular expression use in SQL compare command line?

I need to compare all tables having a name starting with t.

I've tried to use
<include objecttype="Table"/>
<include objecttype="Table" matches="^m"/>

in the XML configuration file, but the execution gives me an empty list of tables.

Thank you

Comments

This discussion has been closed.