Hi, I have a need to get the name of the user logged in (who invoked) a stored procedure. I want to store settings that are user specific in a table. When the same user requests a setting, he needs to get his own settings. How can you tell who called a SP (or UDF) from within the procedure? Or is it not possible.
Thanks
Thanks