I have two tables of employee information from two different sources, one from Active Directory and one from our Billing Department.
The AD table has the following columns:
EmployeeID
Surname
Givenname
Company
Office.
The Billing Dept table thas the following columns:
EmployeeID
Company
Office
First
Last.
I want to compare the elements in each table and generate a table with the differences from both. Thanks for the help in advance.