amachanic / sp_whoisactive

sp_whoisactive
GNU General Public License v3.0
1.13k stars 281 forks source link

Add ability to return original_login_name in results #84

Closed AdamWilbur closed 2 years ago

AdamWilbur commented 2 years ago

I can see that you are querying original_login_name, but it never gets bubbled up to the output (unless I am just missing how to do that)

amachanic commented 2 years ago

@AdamWilbur

EXEC sp_whoisactive @get_additional_info = 1

And check the additional_info column.