Options

Comparewith option IngoreFillFactor

jinforjinfor Posts: 7
edited December 6, 2004 2:02PM in SQL Toolkit Previous Versions
I have the following statement in my .Net code:

Dim differences As Differences = db1.CompareWith(db2, Options.IgnoreFillFactor)

When I run my code over two db's I get a return on a table that has only a fill factor difference (we verified this with the actual SQL Compare tool).

Any idea why my code is not actually ignoring tables with fill factor differences?

Thank you!

Jinfor

Comments

This discussion has been closed.