Mega Code Archive

 
Categories / MSSQL Tutorial / User Role
 

REVOKE permissions

To revoke permission means to remove the current set of permissions  for an object and user or role. This could have the effect of removing an explicit GRANT or DENY, if either exists. 30> REVOKE INSERT ON Product TO Paul 31> REVOKE EXEC ON spDeletePurchaseEmployee TO Paul 32>