i have two SQL data files which has same fields same data if it has any mismatching data(some missing data or different data) in that fields then I want to store mismatching data in another field βis it is possible to store the data in different field? β if it is possible then how i do it? please give me a solution in some steps!!!
Simple way to do this to iterate both the tables one side the other check all column if match dont do anything if not then update that row using Build data table.