This setting has session scope, and that leaves the question whether it is also SP scoped.If you are in a stored procedure and you change the setting, does the change survive the end of the SP or does it restore to the calling context value?It appears to me it is SP scoped so that the session does restore to its calling context value when the SP is done.JRStern
↧