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:
- go profiler "trace properties" section
- "events selection" tab
- column filters
- login name
- 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
Post a Comment