Too many predicates contained in a single policy | 33260 | The predicate was not added to the security policy '%.*ls' because there are no available predicate IDs. Drop and recreate the security policy. |
Attempting to modify a policy on a predicate that does not exist within the policy | 33261 | The security policy '%.*ls' does not contain a predicate on table '%.*ls'. |
Attempting to add a predicate for an existing table and operation on a given policy. | 33262 | A predicate on table '%.*ls' has already been defined in the security policy '%.*ls'. |
Attempting to create a predicate on an object that is not a table | 33263 | Security predicates can only be added to user tables. '%.*ls' is not a user table. |
Attempting to enable a policy that affects a table already covered by a different policy. | 33264 | The security policy '%.*ls' cannot be enabled with a predicate on table '%.*ls'. Table '%.*ls' is already referenced by the enabled security policy '%.*ls'. |
Attempt to define a predicate on a table that uses indexed views | 33265 | The security policy '%.*ls' cannot have a predicate on table '%.*ls' because this table is referenced by the indexed view '%.*ls'. |
Attempt to use indexed views on a table that is being referenced by a security policy | 33266 | The index on the view '%.*ls' cannot be created because the view is referencing table '%.*ls' that is referenced by a security policy. |
Attempt to use RLS on a hekaton table | 33267 | Security predicates cannot reference memory optimized tables. Table '%.*ls' is memory optimized. |
Attempt to add a predicate on an object that does not exist or that the caller has not the right permissions | 33268 | Cannot find the object "%.*ls" because it does not exist or you do not have permissions. |
Attempt to create a predicate on a temporary table | 33269 | Security predicates are not allowed on temporary objects. Object names that begin with '#' denote temporary objects. |
Attempt to create a predicate using an object that either does not exist or is not an in-line TVF as the predicate function | 33270 | Cannot find the object "%.*ls" or this object is not an inline table-valued function. |
Comments