Nov 10, 2005 #1 NullTerminator Programmer Joined Oct 13, 1998 Messages 293 Location US I would like to get the ip of the client session acessing the server. HOST_NAME() and USER HELP, but can we get more out of the session? Thanks NullT
I would like to get the ip of the client session acessing the server. HOST_NAME() and USER HELP, but can we get more out of the session? Thanks NullT
Nov 10, 2005 #2 gmmastros Programmer Joined Feb 15, 2005 Messages 14,912 Location US Select * from Master..SysProcesses You'll notice a net_address field. This field contains the mac address of the machine connected. -George Strong and bitter words indicate a weak cause. - Fortune cookie wisdom Upvote 0 Downvote
Select * from Master..SysProcesses You'll notice a net_address field. This field contains the mac address of the machine connected. -George Strong and bitter words indicate a weak cause. - Fortune cookie wisdom