Código:
Este codigo me tira el siguiente error:ALTER TABLE TablaA ADD CONSTRAINT FK_CampoTablaA FOREIGN KEY (CampoTablaA) REFERENCES TablaB(CampoTablaB)
Cita:
Hay alguna forma de crear esta FK.Mens. 1776, Nivel 16, Estado 0, Línea 1
There are no primary or candidate keys in the referenced table 'TablaB' that match the referencing column list in the foreign key 'FK_CampoTablaA'.
Mens. 1750, Nivel 16, Estado 0, Línea 1
Could not create constraint. See previous errors.
There are no primary or candidate keys in the referenced table 'TablaB' that match the referencing column list in the foreign key 'FK_CampoTablaA'.
Mens. 1750, Nivel 16, Estado 0, Línea 1
Could not create constraint. See previous errors.
Desde ya muchas gracias por tomarse el tiempo de leerlo.
Saludos