Tagged: Detection and Control of Connected Users in SQL Server

Detection and Control of Connected Users in SQL Server

Hello to everyone, In this article, I will provide information about the detection and control of connected users in SQL Server. In SQL Server, in some cases, you may want to detect users connected to SQL Server. You can easily do this using the code below. SELECT program_name, SUBSTRING(CONVERT(NVARCHAR, MAX(login_time)),...

Don`t copy text!