View Single Post

  #2 (permalink)  
Old 11-01-2007
C72831 C72831 is offline
Junior Member
White Belt
 
Join Date: Jul 2003
Posts: 9
Re: Storing Latitude and Longitude in a SQL Server 2005 DB?

I use Decimal(18,15) for storing them, since you need a high accuary (decimal places). Varchar is never a good choice for storing numbers.

Bernhard
__________________
Bernhard Heuschneider
Zirl, Austria
Reply With Quote