views:

15

answers:

0

I came across the following in an MSDN Article:

clientoption1 and clientoption2. Set options on this client connection. This is a bitmask that includes information about options usually controlled by SET statements such as SET NOCOUNT and SET XACTABORT.

Where can I find more information on them? For e.g. in my deadlock graph they have the following values:

clientoption1="673185824" clientoption2="128056"

What information can I infer from this?