J
John Yee
Hi,
I am not a DBA or experienced database designed. I am making a dvd
library database. I have an actresses, casts, and videos table. I
already populated the videos (dvd titles), and actresses. The casts
table only have the ActressId and VideoId columns. It is configured as
a many to many relationship. When I try to insert all the data from
the old database to the new designed Casts tables, I get the following
error message
The INSERT statement conflicted with the FOREIGN KEY constraint
"FK_Casts_Actresses". The conflict occurred in database
"DvdCollection", table "dbo.Actresses", column 'ActressId'.
Any help is greatly appreciated,
CR
I am not a DBA or experienced database designed. I am making a dvd
library database. I have an actresses, casts, and videos table. I
already populated the videos (dvd titles), and actresses. The casts
table only have the ActressId and VideoId columns. It is configured as
a many to many relationship. When I try to insert all the data from
the old database to the new designed Casts tables, I get the following
error message
The INSERT statement conflicted with the FOREIGN KEY constraint
"FK_Casts_Actresses". The conflict occurred in database
"DvdCollection", table "dbo.Actresses", column 'ActressId'.
Any help is greatly appreciated,
CR