Best practices

SQL Server instance with ‘user options’ flag configured

Description

We have found that {GcpSQLInstance} has 'user options' flag configured. The user options option specifies global defaults for all users. A list of default query processing options is established for the duration of a user's work session. The user options option allows you to change the default values of the SET options (if the server's default settings are not appropriate). A user can override these defaults by using the SET statement. You can configure user options dynamically for new logins. After you change the setting of user options, new login sessions use the new setting; current login sessions are not affected.
  • Recommended Mitigation

    Make sure 'user options' flag is not configured.