Question : permissions to change table

if the user needs to be able to make changes on a table, and he already has datareader role, what else does he need? just update and delete?

thanks

Answer : permissions to change table

You need:
- insert to add data,
- update to change data,
- delete to delete data from table.
Random Solutions  
 
programming4us programming4us