Comments
Sort by recent activity
Thanks Anu,
My apologies - the problem was mine.
I was not comparing data between the correct databases.
- Matt / comments
Thanks Anu,
My apologies - the problem was mine.
I was not comparing data between the correct databases.
- Matt
Thanks Anu,
Yes, that takes care of the Fill factor issue but I am still seeing that the comparision does not seem to recognize differences in:
Column Size - Specifically when the column size is reduced (i.e char(18) -> char(16)
Nullable - That is going from NULL to NOT NULL
Are there configuration options for these as well?
Thank you,
Matt / comments
Thanks Anu,
Yes, that takes care of the Fill factor issue but I am still seeing that the comparision does not seem to recognize differences in:
Column Size - Specifically when the column size is re...