Oracle and DB2 require a USAGE privilege to retrieve values from a SEQUENCE. PostgreSQL requires SELECT to get the current value, UPDATE to get next value (incrementing the sequence). Is there a SQL Server permission required to retrieve values from a SEQUENCE, or is that permission automatically granted by having access to the database or schema?
↧