Limiting the Number of Database Rows Fetched
See Also
You can prevent the IDE from accidentally trying to fetch thousands of rows.
To limit the number of database rows:
- Choose Tools
Options. Then
expand IDE Configuration
Server
and External Tool Settings and select the Database Explorer node.
- Set the Fetch limit property to the number of rows you want the IDE to fetch
without user confirmation. The default is 100.
When the number of rows returned by a query exceeds this number, the IDE
warns you and gives you the choice to:
- Fetch the number of rows as defined by the Fetch step property.
- Fetch all remaining records.
- Stop the fetch (records already read remain in the query window).
- Set the Fetch step property to the number of rows you want the IDE to fetch
after the fetch limit is reached.
Legal Notices