sqlprofiler - How to find out client process ID in SQL Server Profiler? -
i using sql server profiler view database activities. in that, want find out client process id associate machine (from application running). because there multiple instance of application running on different machines. want identify them. there way find out clientprocessid?
you can use hostname in profiler, same host_name() function in t-sql
run in query window
select host_name()
in profiler hostname, have check "show columns" see it
Comments
Post a Comment