Microsoft
Software
Hardware
Network
Question : How to get IP Address along with hostname in SQL server 2008
When i give the sp_who or sp_who2 command in SQL Server, I get the hostname which is connected to the Server. I also want the IP Address of the machine which is connected to the Server.
Answer : How to get IP Address along with hostname in SQL server 2008
You will find the IP-address in the management view: sys.dm_exec_connections, column client_net_address.
Random Solutions
Teaching iPhone app creation...Any advice?
How do I TOTALLY Disable WMI Logging
Publishing Applications - Windows Server 2008
Convert .snp into jpeg
windows permissioning
Format Issues with DIV and CSS in IE
Icons and Start menu disappeared from desktop, running Windows 7 Home Edition on a Dell
Network Utilization Theory
setting SMTP server - please see attached file - it is not working
Read all data from a datagridview and copy it to a public array or something like that...