Problems creating a foreign key in Sql Server I got the following error over and over, trying to create a foreign key to a table: "There are no primary or candidate keys in the referenced table 'name' that match the referencing column list in the foreign key" It turns out the the column ORDER of the primary key column must be the SAME ORDER as your foreign key reference columns.
Created By: amos 8/15/2006 5:34:30 PM
|
|