Viewing 2 posts - 1 through 2 (of 2 total)
That function for NormalizeIpAddress should have an outer IF block!
IF LEN(@ipaddress) - LEN(REPLACE(@ipaddress, '.', '')) >= 3
BEGIN
END
...else you would be hanging your SQL server from a...
November 7, 2013 at 12:37 am
#1664644
Thanks for the information!
March 6, 2005 at 2:53 pm
#545634