Viewing 2 posts - 1 through 2 (of 2 total)
use this query for trigger or procedure it's get the ip address in sql server
declare @ip varchar(40)
exec sp_get_ip_address @ip out
print @ip
March 8, 2011 at 7:42 am
#1295868
March 8, 2011 at 7:41 am
#1295867