Closed erikdarlingdata closed 2 years ago
Definitely. Maybe as part of the @get_transaction_info output?
Sure, wherever you think it makes sense.
What do you think makes sense, Darling?
Oh, you know, I think it would make more sense under @get_additional_info = 1
, since there's other details about blocking/transactions in there, and implicit transactions are technically an ansi default setting
Hm, really annoying that we can't harvest that information from the sessions/requests DMVs. I'm pretty sure that as far as the proc is currently concerned, the transaction DMVs are only touched when @get_transaction_info is enabled. Maybe there's a nice way to combine the two?
You mean if someone reads the documentation and uses both transaction info and additional info? 😂
I would never, ever imply that someone will read the documentation.
That's a relief, I thought he Postgres might be going to your head.
On servers using the JDBC driver and other smelly unfortunates, implicit transactions can be quite an annoying problem. I wrote code into sp_BlitzWho to identify them, and I'd love to get it in sp_WhoIsActive so I don't need to use another proc for it.
It looks something like this: