For enabling implicit transaction the value is 2. See configure-the-user-options-server-configuration-option, there is no value as 5498
USE db_name ;
GO
EXEC sp_configure 'user options', 2 ;
GO
RECONFIGURE ;
GO
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I set sp_configure 'user options',5498
reconfigure
but it doesn't work . the new connection are still 5496 from select @@Sirdancelot
For enabling implicit transaction the value is 2. See configure-the-user-options-server-configuration-option, there is no value as 5498
USE db_name ;
GO
EXEC sp_configure 'user options', 2 ;
GO
RECONFIGURE ;
GO
Hi @sakuraime ,
This is an old thread, please check if it could help you.
Who do @@Sirdancelot and sp_configure provide different output?
By the way, we can using the statement from this blog Determining SET Options for a Current Session in SQL Server to check what SET options are turned on. Such as below screenshot.
Best regards,
Cathy
If the response is helpful, please click "Accept Answer" and upvote it.
Hot issues October--Users always get connection timeout problem when using multi subnet AG via listener. Especially after failover to another subnet