Was this helpful?
[NO]MAXPAGE
The SET MAXPAGE statement restricts the maximum number of pages per query on the database. The value must be less than or equal to the session's value for query_page_limit. If no query_page_limit is set, there is no limit on max page usage per query.
When MAXPAGE is set, it remains in effect until another SET MAXPAGE or SET NOMAXPAGE statement is issued or the session terminates.
To set query_page_limit for a user, use the GRANT statement. For more information, see GRANT (privilege).
Last modified date: 04/03/2024