Is there anyway to see the membership services user name of the authenticated user (current principle) in T-SQL when the SQL provider is selected?
It seems like I should be able to configure (declaritive/programmatic) the impersonation so it is visble in my T-SQL.
I know I can pass it in from my app. I don't want to do that.
...
Go to the complete details ...