Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Storing IPs in SQL Server

    You missed one obvious way to store IP addresses, which is both the smallest data size and yet still easy to interpret as an IP address -- binary(4).

    127.0.0.1 becomes 0x7F000001

    I...

Viewing post 1 (of 1 total)