Comments
Sort by recent activity
I am using RedGate.SQLCompare.Engine.dll v 11.1.2.54 and I am still getting the following error:
Error: The constraint 'PK_t_Folio' is being referenced by table 'CryptFolio', foreign key constraint 'FK_CryptOwner_t_Folio'.
Could not drop constraint. See previous errors.
I have both of these set in my code:
options.SetOptions(Options.IgnoreConstraintNames, true);
options.SetOptions(Options.IgnoreSystemNamedConstraintNames,true);
And I am still getting the constraint error. Any thoughts? / comments
I am using RedGate.SQLCompare.Engine.dll v 11.1.2.54 and I am still getting the following error:
Error: The constraint 'PK_t_Folio' is being referenced by table 'CryptFolio', foreign key constraint...