Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Storing IPv4 Addresses for Performance

    nimdil (8/19/2009)


    That's the whole point. Some IP addresses will map to negative integers. As there are 2^32 IP Addresses and 2^31 non-negative integers in SQL Server we have to use...

  • RE: Storing IPv4 Addresses for Performance

    Nice article. Very informative.

    But at the final function where 128 is subtracted from the result of ParseName, before being multiplied by 16777216 (2^24), could potentially yield negative results, if the...

Viewing 2 posts - 1 through 2 (of 2 total)