Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Thursday, July 20, 2017

Get total user session with client IP address

SQLServerCentral » Latest topics
Get total user session with client IP address
Hi.
The following script fetching number of user session. Is there way to get total user session along with client IP or host name?

[code language="sql"]
SELECT date_time=GETDATE(),
  DB_N

No comments: