Comparing tables with different owners
bbains
Posts: 5
Your application seems to recognize only tables with the same owner. Is it possible for me to configure it to not do this? If not, is it possible to get this feature on an enhancement list?
I use your data compare tool quite frequently during the ERP implementation and upgrade projects. In most of these instances I am comparing tables between different environments (e.g. test & production). It is typical in my experience for the tables to have different owners in each environment.
I am able to work around this currently, but it becomes a pain when the tables are quite large (>1M rows).
Thanks,
Buddy
I use your data compare tool quite frequently during the ERP implementation and upgrade projects. In most of these instances I am comparing tables between different environments (e.g. test & production). It is typical in my experience for the tables to have different owners in each environment.
I am able to work around this currently, but it becomes a pain when the tables are quite large (>1M rows).
Thanks,
Buddy
Thanks,
Buddy
Buddy
This discussion has been closed.
Comments
So if the owners are different the objects will be different and SQL Compare will not match the two for a comparison.
To resolve this you can run a store procedure called sp_changeobjectowner and change the owner to match the other database.
Dan
Red Gate Software Ltd
Is it possible to have the following request submitted as an enhancement to a future version of the product:
"Allow user to self-select objects to compare so that objects with different owners may be compared."
Thanks again,
Buddy
Buddy
Dan
Red Gate Software Ltd
I look forward to seeing this enhancement in a future version.
Kerry