Every time I read a tutorial on how to use geography::Point(latitude,longitude,SRID) with MS SQL Server, the value used for the Spatial Reference Identifier is 4326 and I can't seem to find a way of calculating a SRID. Is this value just always 4326?!?
@steinbring It's not a thing you calculate. https://en.wikipedia.org/wiki/EPSG_Geodetic_Parameter_Dataset
@steinbring The documentation you linked had a clue once you clicked through to SRID, and that gets a search term that pulls up the wikipedia entry, but yeah, some more detail and other examples would be useful.