Hello,
I would like to avoid a deletion during a post-migration action, specially for the migration of relationships and unique constraints.
Some details:
The project contains 2 schemas, a first named dbo and a second named wepng.
dbo is referencing the old tables imported from an existing database.
webng contains the new entities (so, new tables) that we have created in the project.
Some relations exist between table from webng and dbo.
Until now we have build our model around these tables (old and new)
Now I would like to import other tables in the schema dbo but this affect the webng entities.
we receive the following message:
Some relationships have been removed because its underlying foreign key constraint wasn't found in the refreshed relational model data.
How can i avoid the deletion of these relationships?
I'm doing the import of the tables through the relational model data retrieval wizard.
The only think I do in this wizard is to select the missing tables that I need to import.
we use the version 4.0 Final (x86 4.0.12.0621)
database SQL server 10.50.2550
.NET 4.5
Hope it's clear
Thanks for your help