I have been looking for good newbie-advice on how to efficiently read data from an SQL Server to use in a JavaScript based timeline. Please consider that I have never done anything like this before. I have basic oop knowledge and would like to use json, I have written small java apps, but never used javascript (although I suppose it won't be very hard to get into the basics of it after java).
So really what I'm asking is for someone to help me get an overview over what steps need to be taken to make this happen; what do I need to know, how do I use it and in what order.
The database will contain from around fifty thousand to over a million entries, this is a lot of gps coordinates, year numbers and short strings.
Any help would be greatly appreciated. Please keep in mind I am fairly new, so nothing is too basic! :]