I have SQL server table with more than 1M records which I need to update from another table with different structure and more records. Those tables have one column in common, further more this column is pk in table I'm trying to update. How to update fields with common pk column and to insert those records from second table that do not exist in first one?
Start Free Trial