• Thanks for the reply.

    if I put the filter , i will get sql authetication login suppose My project is sales and I will create sql authetication as

    userid: sales

    pwd: sales

    so when application will be used by any user so it will show login name as "sales" not user name. For each and every user it will display same login name.

    My requirement is if any particular user will be access the application instead of sales login name it should show user name, for example "PeterP" or "AroojH" .

    Is there any script to find user name instead of Sql login name.

    Thanks