• A Enable single-record caching for all tables regardless of their size to optimize data retrieval.
  • B Set the CacheLookup property of frequently accessed small tables to EntireTable to enable set-based caching.
  • C Disable all caching mechanisms to force direct database queries for real-time data access.
  • D Increase the server cache size settings in System administration to accommodate caching of large tables.
  • Share this MCQ