Options

Map objects with similar names

hdomerhdomer Posts: 3
edited October 17, 2011 5:36PM in SQL Compare Previous Versions
I would like to map objects between 2 databases that have similar names and hopefully, identical content. For example:

In this database there are these tables:
[Server1].[Database1].[dbo].[Customer]
[Server1].[Database1].[dbo].[Address]

In a different database there are the same tables, but prefixed with "cc_"
[Server2].[Database2].[dbo].[cc_Customer]
[Server2].[Database2].[dbo].[cc_Address]


Is there a way to accomplish this now, or could you allow for this type of mapping in the future?

Comments

Sign In or Register to comment.