I have loaded my shapefile with the following columns. [NumberOfParts],[ContentLength],[NumberOfPoints],[Points],[RecordNumber],[ShapeType],[XMax],XMin],[YMax],[YMin],[AU12],[NAME].
I successfully derived geo spatialcolumn from the formula geometry::STGeomFromText(Points,4326). Now the issue is I need to get the Longitude/Latitude from the Shapefile. The Shapefile has details for New Zealand. Please help me to derive Latitude/Longitude. I also have a projection file but I have no idea how to use the file to derive Lat/long.