Hi all,has anyone created line maps using SSRS?I have a thread that is relevant to this topic but if anyone has done this before that would be helpful.The link is here:http://www.sqlservercentral.com/Forums/Topic1805751-3077-4.aspxThe help file (https://msdn.microsoft.com/en-us/library/ee240828.aspx#LineLayer) has an example[code]SELECT N'Path' AS Name, CAST('LINESTRING( -76.5001866085881 42.4310489934743, -76.4602850815536 43.4353224527794, -73.4728622833178 44.7028831413324)' AS geography) as Route [/code]However, if you want to do this with lots of data in a csv, how should the data be imported? Should it be done in management studio as a database?If so, how did you limit your columns of data to one column and not based on the number of lat/long coordinates?Should the data be cleaned into a new csv for which you would just import?If so, how did you avoid the error associated with the string after converting to geography?I'm lost at this point. Your help is much appreciated. Thanks
↧