Viewing 6 posts - 1 through 6 (of 6 total)
Thanks, I understand the issue but I was thinking if the record exists in both tables and the Clerk ID and Asset Value does not match then do the update....
February 21, 2016 at 7:34 am
Thanks for the response!
Sorry my bad, Badge ID is he Employee ID.
Take these two rows:
INSERT dbo.Source2(EmployeeID, ClerkID) Values(123456, 'abcd');
INSERT dbo.Target2(EmployeeID, AssetValue) VALUES(123456, 'abcd');
yes, no update
INSERT dbo.Target2(EmployeeID, AssetValue) VALUES(123456,...
February 20, 2016 at 3:00 pm
Sorry, I meant the EmployeeID and not EmployeeBadgeID.
May 8, 2012 at 5:43 pm
The EmployeeBadgeID in the Employee and the BadgeID in the Assets table are related.
May 8, 2012 at 5:42 pm
Sorry about the confusion.
1 Records in both tables have changed then:
Employee ...
May 8, 2012 at 3:27 pm
Thanks I tried this but I want to see records from both tables together.
1. changes to both tables - show records from both table as a single row...
May 8, 2012 at 12:43 pm
Viewing 6 posts - 1 through 6 (of 6 total)