I will compare database for MSSQL but I want to ignore schema differences. As an example I will compare two databases
1.Database Name : A
2.Database Name : B
Schema of database A A1
schema of database B B1
gives me the following output as an example.
A1.ExampleTable in database A does not exist in database B. But I have the same table named B1.ExampleTable. So can I make a comparison by ignoring the schema ?
Comments
3 comments
-
Yes, this is possible. In the Edit Project dialog there is an Owner Mapping page which allows differently named schemas to be mapped.
-
David Atkinson said:Yes, this is possible. In the Edit Project dialog there is an Owner Mapping page which allows differently named schemas to be mapped.
https://ibb.co/R388x7L
-
You have to unmap the schemas and remap them as per your needs.
This is described in our product documentation.
Add comment
Please sign in to leave a comment.