Enabling quoted identifiers for index names and system procedure parameters

You can use quoted identifiers for:

To enable Adaptive Server to use quoted identifiers:

  1. Set the enable functionality group or quoted identifier enhancement configuration parameters to 1. For example:

    sp_configure "enable functionality group", 1
    
  2. Turn on quoted_identifier for the current session:

    set quoted_identifier on
    

When you enable this feature, the query processor removes delimiters and trailing spaces from object definitions when you include quoted identifiers. For example, Adaptive Server considers "ident", [ident], and ident to be identical. If this feature is not enabled, "ident" is considered as an identifer that is distinct from the other two.

When you start Adaptive Server with this feature enabled: