Hello SQL Gurus,
I am having trouble writing a SQL Query to find different records between two tables that are exactly the same structure.
I have one table called tblRequirements,and another table, I download from another system, called tblTempRequirements.
I want to create a query that would subtract tblTempRequirements from tblRequirements in order to see which records are have been added or deleted from tblRequirements.
The problem is there is no one field that defines the primary key, It's a combination of many fields.
Thanks,
I am having trouble writing a SQL Query to find different records between two tables that are exactly the same structure.
I have one table called tblRequirements,and another table, I download from another system, called tblTempRequirements.
I want to create a query that would subtract tblTempRequirements from tblRequirements in order to see which records are have been added or deleted from tblRequirements.
The problem is there is no one field that defines the primary key, It's a combination of many fields.
Thanks,