We want to log sql events and its working but the problem is it always says sa as an user. Whereas I would like this to be personalized.
Is there anyway in ADO.Net where I can pass custom display name so that the logging of sql shows who the user is doing what in my DB?
I know this question looks quite wierd but this is how my requirement is. Any comments are highly appreciated.