Howdy,
Today I found myself in need for a country list (specifically ISO 3166 for completeness) and like many others it wouldn’t be the first time I’ve needed to install one of these in a database. So off I headed to google in search for a ISO country list sql server (.sql) import file.
Found a stack of information but not many with the robustness as Wm. Rhodes version over at 27.org. He had a great list and all the columns I preferred, but it was written for MySQL.
Not to matter, I have made a SQL Server port and here it is below. Massive Respect! to Wm. Rhodes @ 27.org!
http://goneale.com/files/code/Iso3166CountryList.sql
2 Comments
Thanks! This is cool
Very useful!
I’ve modified some of the fields to suit including adding a SortOrder column which allows clients to place regular countries at the top if they wish.
Thanks again.
Post a Comment