Comparewith option IngoreFillFactor
jinfor
Posts: 7
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
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
This discussion has been closed.
Comments
Options enOptions=Options.Default|Options.IgnoreFillFactor