November 19, 2010 at 1:14 am
Hi All,
I have one web application with SQL 2008 DB. I need to get the trace for our application all pages. In this case multi users access the application all pages.
I want separate SQL 2008 profiler individual user trace with different machine with any of the filter option.
Any one can help to me for this? And tell me which is the filter condition for this?
Thanks & Regards,
Sathiskumar.P
November 19, 2010 at 1:25 am
mpsathiskumar (11/19/2010)
I want separate SQL 2008 profiler individual user trace with different machine with any of the filter option.
What do you want to trace? What do you mean by individual user trace? What do you want to filter the trace on (which column)?
November 19, 2010 at 1:27 am
Hi,
I need "NTUserName" filter option, but it always displayed as empty.
November 19, 2010 at 1:36 am
It's only populated if the user logged in using Windows authentication. If they're using SQL authentication that will be blank and the LoginName will just display the SQL Login name.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 19, 2010 at 1:44 am
Gail, just checked and its showing NTUsername for my user. i am connected using a local userid/pwd.
Login name it's showing as machinename\username
November 19, 2010 at 4:17 am
If login name has the form machineName\LoginName, it's a windows authentication connection. SQL Authentication will show the Login just as the login name (no machine prefix) and NTUsername will be blank
Windows authentication:
SQL Authentication:
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 19, 2010 at 4:25 am
Thanks Gail. I cross verified this one.
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply