Jun 5, 2002 #1 oigo Programmer Apr 27, 2002 23 CO Hello, I can not understand the use of Deny and Revoke, what is the difference?
Jun 5, 2002 1 #2 SQLBill MIS May 29, 2001 7,777 US Very basic definitions: Let's say you give me SELECT permission on table TEST. If you DENY me SELECT on TEST, I still have SELECT permission, I just can't use it. If you REVOKE my SELECT permission, I can't use it because I don't have it. -SQLBill Upvote 0 Downvote
Very basic definitions: Let's say you give me SELECT permission on table TEST. If you DENY me SELECT on TEST, I still have SELECT permission, I just can't use it. If you REVOKE my SELECT permission, I can't use it because I don't have it. -SQLBill