Hi, I need to create some roles (I don't know how to call it correctly, so I'll name it 'role :)) on SQL Server and Oracle, and I really don't know much about both DB servers, so I don't know what I should look for.
I need to create 2 roles:
- users who can only filter data from tables (SELECT).
- users who can modify data (i.e. DELETE statement), but can't modify schema (adding/deleting tables in DB)
I also need help, how to use those roles from .Net.
Can you help me, and give me some clues what I should look for ? Or maby you have a ready solution. I really appreciate any help. TIA.