I would like to be able to do schema compare between my Visual Studio 2012 Database Project and a Development or Production database, however there are a number of tables which are dynamically created and I would like to exclude them from the compare by Table/View Name Mask. I.E. "TABLE_%" or "VIEW_%".
Does anyone know how I can achieve this with visual studio 2012? I could move these items to a different schema if necessary however it appears I'll have the same headache if I do.
Thanks in advance.