Viewing 2 posts - 1 through 3 (of 3 total)
Hi Grant
Thanks for the help. I got it to work per your feedback. Many thanks
Mike
July 9, 2012 at 7:40 am
#1510339
Hi
Thanks for the reply.
I am using the following procedure to get the server ip .... This was in a post on the web.
ALTER Procedure sp_get_ip_address (@ip varchar(40) out)
as
begin
Declare @ipLine...
July 8, 2012 at 7:50 am
#1510081