Re: How to translate net_address
From: Gert E.R. Drapers (GertD_at_Online.SQLDev.Net)
Date: 04/06/04
- Previous message: Sue Hoegemeier: "Re: MS Query Analyser and MS Access"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 6 Apr 2004 20:39:43 +0200
You can correlate the IP address back from hostname
select spid, dbo.fn_getIPaddress(hostname) as IPaddress
from sysprocesses
where spid > 50
GertD@SQLDev.Net
Please reply only to the newsgroups.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
Copyright © SQLDev.Net 1991-2004 All rights reserved.
"David Velasco" <anonymous@discussions.microsoft.com> wrote in message
news:f02701c40c61$7cb7ae30$a301280a@phx.gbl...
> Does anyone know who to translate the column net_address
> from master..sysprocess into it's corresponding ip address?
>
> Thanks,
>
> David.
- Previous message: Sue Hoegemeier: "Re: MS Query Analyser and MS Access"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|