I just want to do inserts/deletes and don't allow any update.

Is it possible to disable updates on a table?

If so, how?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted
-- Because it's friday ...
REVOKE UPDATE ON hair TO pubic;
link|improve this answer
NOTE to the humorless RWA moderator: pun intended. Thank you. – wildplasser Dec 16 '11 at 10:54
we should't revoke that kind of update!! – aF. Dec 16 '11 at 13:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.