Is it possible, using database roles or any other method, to allow users SELECT access to all rows of tables, but CREATE, UPDATE and DELETE on only certain rows, depending on the data?
I need users to be able to view all corporate data, but only to be able to change data that falls under their particular department.
Thanks
Start Free Trial