I'm working on a fun little project here at home and was wondering what you guys use to store historical data? I've never worked with databases, but now seems like a good time to start. I'm storing minute by minute historical data on a handful of stocks and their options contracts. Right now I'm just pulling the data off IB's historical servers and storing it in an Excel spreadsheet. This isn't going to scale up that easily. The goal is to retrieve the data and possibly run some intermediate calculations on it and graph the raw or calculated data.
Would an Access database be sufficient for my needs or should I lean more towards SQL?
Would an Access database be sufficient for my needs or should I lean more towards SQL?