Search code examples
databaseip-geolocationcountrycity

free country, city database for sql server


have anyone used this before, i need free country, city, IP database for sqlserver


Solution

  • ipinfodb provide free geolocation data for MySQL. With a simple database translator, you can put it into different database, since the table structure is simple. They also provide data in CSV format, that will be easier to imported to different database engine.

    The data is based on free version of MaxMind, and it's updated every month. They also provide free API, if you don't want to store the data in your server. The accuracy is decent and enough for normal website usage.