SQL Server DBCC Commands: DBCC USEROPTIONS
DBCC USEROPTIONS is a database console command (DBCC) in Microsoft SQL Server that can be used to view the current session-level settings for a user connection. Viewing the session-level settings can be useful for troubleshooting issues with a user connection or for understanding the behavior of the database engine. To use DBCC USEROPTIONS, you must specify the session ID of …