I have a task in which I have a table of addresses in a SQL Server 2008 table. I need to display these as referenced points in a map via JavaScript API. The addresses in the table are dynamic and change, so this won't work as a feature class. What is the best method to accomplish this? Thanks!
B