Quantcast
Viewing all articles
Browse latest Browse all 12198

No special privilege required to use a SEQUENCE?

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?

Viewing all articles
Browse latest Browse all 12198

Trending Articles