Permits a Web service to set an HTTP option in the result.
sa_set_http_option ( option-name, value )
DBA authority required. Users without DBA authority must be granted EXECUTE permission to run the stored procedure.
Use this procedure within statements or procedures that handle Web services to set options within an HTTP result set.
Currently only one option is supported:
CharsetConversion Controls whether the result set is to be automatically converted from the character set of the database to the character set of the client. The only permitted values are ON and OFF. The default value is ON.