A
aemAndy
I see a lot of threads out there about how to split a database, or installing
user-level security....
What I'd like to do is the following -
There's a functional area that keeps contact information up to date for a
certain class of customers, let's call them "Hydraulic Manufacturer Contacts".
That's information that isn't primary to another area, but they've kept that
as additional information on their own table in their own database.
Obviously, this is not ideal and creates data integrity issues as two
separate areas try to maintain the same information on different tables.
What I'd like to do is get rid of "Group 2's" table on their database, and
link it to "Group 1's" table. However, "Group 1", the owners of this data,
are uneasy about someone else being able to mess with their table.
Is there a way to link to that table, and use it as a read-only table in
"Group 2's" database? How should I set up or tweak that link to make this
happen?
Sorry if this is something that's obvious.... I did try and find something
similar out there.
user-level security....
What I'd like to do is the following -
There's a functional area that keeps contact information up to date for a
certain class of customers, let's call them "Hydraulic Manufacturer Contacts".
That's information that isn't primary to another area, but they've kept that
as additional information on their own table in their own database.
Obviously, this is not ideal and creates data integrity issues as two
separate areas try to maintain the same information on different tables.
What I'd like to do is get rid of "Group 2's" table on their database, and
link it to "Group 1's" table. However, "Group 1", the owners of this data,
are uneasy about someone else being able to mess with their table.
Is there a way to link to that table, and use it as a read-only table in
"Group 2's" database? How should I set up or tweak that link to make this
happen?
Sorry if this is something that's obvious.... I did try and find something
similar out there.