We have a “confidential” db with employee info, but this is the only location where the employee data is current. So what trick can we use to write data to two tables. One local with complete records and a remote (linked) with just select info.
Table A Table B (remote/linked)
ID ID
SSN Name
Name title
title work loc
salary
work loc
...
Reason for doing is so one location will update info and others may access current info for their dbs.
Table A Table B (remote/linked)
ID ID
SSN Name
Name title
title work loc
salary
work loc
...
Reason for doing is so one location will update info and others may access current info for their dbs.