I found that the best type to store lat and long in SQL Server is decimal (9,6) (ref. What datatype to use when storing latitude and longitude data in SQL databases?) and so I d
Use the data type of these fields as Float:
Latitude float, Longitude float