Capturing connection coming from outside in SQL server using profiler -


i need testing on capturing connection coming outside using profiler. can please advise how can it. appreciate !

thanks

you can use:

https://msdn.microsoft.com/en-us/library/ff650699.aspx

as basics sql server profiler operation. find queries in situation - queries originating different server - can:

  1. go profiler "trace properties" section
  2. "events selection" tab
  3. column filters
  4. login name
  5. like [enter login being used connect other server server] - domain account or sql server authentication account

hopefully you're using separate accounts on "normal" traffic , "outside" traffic, otherwise difficult filter out noise.

i'm not sure one, might able filter profiler on "host name" (i haven't tried however) - "events selection" tab, make sure "show columns" checkbox checked, go column filters , type in machine name performing queries under "host name"


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -