First of all, I want to say that I'm a beginner at this and I'm using SSIS (SQL Server Integration Services).
I'm using an API from coinmarketcap.com to get cryptocurrency data. This data constantly changes and I want to upload it to my database (created with SSMS), but the problem is, that if I just import my Excel sheet into the database, the data does not dynamically change. I heard this could be fixed with SSIS, but I do not know how.
Answers are very much appreciated, thank you :)