Subject Re: Unable to re-create foreign key
Author Ed Dressel
> Try
> select child.PK, child.ProblemColumn, parent.PK from child
> left join parent on parent.PK = child.ProblemColumn
> where parent.PK is null


Thanks--that got it. I will now sleep better. Much appreciated.

Ed Dressel