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

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -