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.
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 LarssonHelsingborg, Sweden |
 |
|
|
|
|