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

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -