|
I need to merge two datatables which contain different constraints.
In one datatable, there is only one primary key. But in the second table, primary key is the combination of two columns. While selecting records from the first table, I have given dummy value ("0") for the unmatched columns in the second table.
Is there any way to disable the constraints before merging the tables?
Software Engineer |