Skip to content Skip to sidebar Skip to footer

Sql Server 2008 Geography - Spatial Result - Color Based On Another Column Value

I have a table like this in SQL Server 2008: serv_type coords ------------------------ shop 0xE6100000010CE4857478080B49401CD2A8C0C9DE2C40 shop 0xE6100000010C54C6BF

Solution 1:

SQL Server is only going to give you the data. If you want to format that data for presentation according to attributes of that data, you're going to have to build a UI which contains your presentation logic.


Post a Comment for "Sql Server 2008 Geography - Spatial Result - Color Based On Another Column Value"