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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -