I need to make some changes to a SQL Server 2008 database.
This requires the creation of a new table, and inserting a foreign key in the new table that references t
This Error happened with me When I tried to add foreign key constraint starting from PrimaryKey Table
When
add foreign key
PrimaryKey Table
Simpy go to other table and and create this foreign key constraint from there (foreign key Table)
create this foreign key
from
(foreign key Table)