powershell - SQL Server 2000 Get Ip Address From Connected Client -
i trying find out machine coming connection.
querying
select * sysprocesses
i can see hostname of client gives me host008
.
however, when try ping host008
cmd host not found.
using
exec xp_cmdshell 'ping host008'
or using powershell gives me nothing, either.
what other options?
there no host connected. info's source dsn file link tables in access.
Comments
Post a Comment