I need to understand security MOdel suggestions
1) I need to implement a data level security for all the users that belong to company. Using bridge table i tie user with a company implement it and that sounds straight forward and no issues, atleast so far.
2) A department or user of companies or a domain should be able to see all the data, how should i control the access to those users. Those are in hundreds. I cannot mapp them in user table because they technically do not belong to the company, They are just administrator of data. Granting them access on cube , will that override his data level security is my question ? If not how should i handle it.
Any thoughts suggestion will be helpful