Error llaves foraneas
Publicado por Alexis (1 intervención) el 18/04/2019 07:25:20
Estoy intentando crear mi primera base de datos en SQL server management 2012, el caso el que me encontre con el siguiente error:
Msg 1776, Level 16, State 0, Line 140
There are no primary or candidate keys in the referenced table 'Asignacion_Lugares' that match the referencing column list in the foreign key 'FK__Pago_Clie__Cod_R__4B7734FF'.
Msg 1750, Level 16, State 0, Line 140
Could not create constraint. See previous errors.
Se que es bastante obvio lo que dice pero he intentado varias cosas entre ellas hacer drop de tablas para verificar si existia algun error y crearlas de nuevo pero sigue sin funcionar.
Adjunto foto de mi codigo, gracias de antemano por la ayuda.
Actualizacion: Olvide mencionar que la tabla a la que intento hacer referencia si cuenta con llaves primarias:
Msg 1776, Level 16, State 0, Line 140
There are no primary or candidate keys in the referenced table 'Asignacion_Lugares' that match the referencing column list in the foreign key 'FK__Pago_Clie__Cod_R__4B7734FF'.
Msg 1750, Level 16, State 0, Line 140
Could not create constraint. See previous errors.
Se que es bastante obvio lo que dice pero he intentado varias cosas entre ellas hacer drop de tablas para verificar si existia algun error y crearlas de nuevo pero sigue sin funcionar.
Adjunto foto de mi codigo, gracias de antemano por la ayuda.
Actualizacion: Olvide mencionar que la tabla a la que intento hacer referencia si cuenta con llaves primarias:
Valora esta pregunta
0