The following global variables have been added for CIS users:
@@cis_rpc_handling
@@transactional_rpc
@@textptr_parameters
@@stringsize
These global variables show the current status of the corresponding configuration parameters. For instance, to see the status of cis_rpc_handling, issue the following command:
select @@cis_rpc_handling
This returns either 0 (off) or 1 (on).