SQL Server: Store and Retrieve IP Address

added by SuprotimAgarwal
2/14/2011 5:18:48 AM

427 Views

We can store IP addresses in SQL Server in a varchar column. However to retrieve IP address for a specific range, we need to split each part and compare it.


0 comments