We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi Nakatani-san,Since the set options take effect on a session basis, the changes revert to the default by disconnecting/connecting.And you can check the current state by sp_show_options. Some options are enabled by default.1> sp_show_options2> goBes...
Hi Nakatani-san,Please use "set quoted_identifier on" and enclosed the object with quotation before executing "update statistics" if the object name include '~' and '/'1> update index statistics PRPS PRPS~Z1232> goMsg 102, Level 15, State 181:Server...
Hi John,Have you already checked the KBA below?1939930 - Connection to ASE fails with error 'The installed encryption handler returned a status that was not CS_SUCCEED" - SAP ASEThanks,