[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `QueryOptions` class allows users to configure how SQL queries are executed on the server, and can set the optimizer version, statistics package, request priority, and request tag."],["`QueryOptions` has been deprecated in favor of using `Options` and setting specific options like `QueryOptimizerVersionOption`, `QueryOptimizerStatisticsPackageOption`, `RequestPriorityOption`, or `RequestTagOption`."],["The latest version of `QueryOptions` is available in the 2.37.0-rc release, with documentation available for multiple previous versions down to 2.11.0."],["`QueryOptions` can be constructed from `Options`, and there are functions to get and set optimizer versions, optimizer statistics packages, request priorities, and request tags."],["The `optimizer_version` and `optimizer_statistics_package` function can have empty string set to use the database default."]]],[]]