We need to find out how many records (rows) for a particular entity in CRM 2011 have write privileges using the AccessRightsMask column in the PrincipalObjectAccess (POA) table in SQL.
In the enumerator for AccessRights in CrmSdk the mask value for WriteAccess is given as 2, but when we search for a value of 2 on POA table there are no records found for this AccessRightsMask value.
What query should we be using to return the rows where a user or team has write access to the object?