Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
shezad
Starting Member
32 Posts |
Posted - 2007-03-05 : 23:19:44
|
Hi I want to trace any specific user sql statements which he is issuing on sql server |
|
snSQL
Master Smack Fu Yak Hacker
1837 Posts |
Posted - 2007-03-06 : 00:36:13
|
Run SQL Server Profiler and create a filter on the DBUserName or the LoginName. |
 |
|
|
|
|