We have a shared schema 'Develop_Views' where database Views are created and then referenced by our application developers.
What is the best way to handle the granting of access to these Views to our individual application developers so as to minimize the administration necessary when new Views are added to this schema. In other words, can this be done by granting access to all Views in the schema (and hopefully inheriting rights to new View objects when created) without explicitly naming each granted View individually?
Thank You!
What is the best way to handle the granting of access to these Views to our individual application developers so as to minimize the administration necessary when new Views are added to this schema. In other words, can this be done by granting access to all Views in the schema (and hopefully inheriting rights to new View objects when created) without explicitly naming each granted View individually?
Thank You!