August 4, 2014 at 8:28 pm
Comments posted to this topic are about the item Get Client IP Address in SQL Server
August 5, 2014 at 2:12 am
<named pipe> 🙂
August 5, 2014 at 8:46 am
Using SQL 2008 R2
The second method gave me the result of <localhost>
The first method created the function correctly, but didn't display a result.
I tried this, but something is wrong?
DECLARE @IPADDY nvarchar(255)
EXECUTE [dbo].[GetCurrentIP], @IP_Address=@IPADDY OUTPUT
PRINT @IPADDY
Thanks!
select this!!
October 27, 2015 at 7:23 am
Cool, thanks.
October 27, 2015 at 8:25 am
Pretty neat! Thank you sir.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply