Activity overview
Latest activity by ampo
Missing table in "CreateFromIntersection"
Hello.
After getting Source DB tables and Target DB tables, I user CreateFromIntersection to get list of tables from both.
I have a table that 100% exists in both but it isn't in the result list......
Manipulate execution block
Hello.
I got the execution block and manipulated it by getting its value (ToString()) to string variable.
Now I want to execute the updated string.
How can I set it back to the block?
Any other way...
How to exclude column by code?
Hello.
How can I exclude column from beeing compared by code?
This is my current code:
commonTables = Tables.CreateFromIntersection(dbSource.Tables, dbTarget.Tables);
TableComparisonSettin...
How to exclude column by code?
Hello.
How can I exclude column from beeing compared by code?
This is my current code:
commonTables = Tables.CreateFromIntersection(dbSource.Tables, dbTarget.Tables);
TableComparisonSettin...
How can I exclude column by code?
Hello.
How can I exclude column from beeing compared by code?
This is my current code:
commonTables = Tables.CreateFromIntersection(dbSource.Tables, dbTarget.Tables);
TableComparisonSettin...