Activity overview
Latest activity by Matt Connors
Can I Exclude Certain Columns From The Update Script
I created a project and ran a comparison. I then filtered out all objects except tables. I can now choose which tables get included in the deployment script.
What I need to do is select specific c...
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...
Fill Factor, Order Index & Nullable
Hello,
I've got a newbie question.
We're in the process of upgrading versions of a large package system.
I created a project to compare the old db to the new db.
I noticed that when I run the compa...