Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 How to know client's IP?

Author  Topic 

hornet
Yak Posting Veteran

96 Posts

Posted - 2007-02-28 : 01:54:03
Hi all!

Does anybody know how to get IP of client called a stored procedure?

Thanks in advance!

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-02-28 : 01:57:42
There is HOSTNAME() function.
And there is xp_cmdshell function.
And there is DOS ping command.


Peter Larsson
Helsingborg, Sweden
Go to Top of Page
   

- Advertisement -