I have a set of data in SQL Server 2008 for each country.
I want to add a geometry value for each describing the the land mass of each country so I have found the TM_World_Border shape file and imported it into a the db – All well and good.
The issue is the existing schema has Alaska and Hawaii as separate entries from the rest of the USA where as the shape file only has one entry for all three combined.
Could you please point me as to how I can extract Alaska and Hawaii into their own geometry values
Ok so looks I solved the issue by creating a second polygon which bounds around the area I am interested in (Think Clipping Mask) and selecting the intersection of the polygon and the original Geography value