Hi,
Novice here, so please forgive my simple question.
I have previously run Microsoft SQL server. I then ran a Windows service to access and manipulate that data based on business logic. For example "view all records in a particular table, then update a field/col, then copy them to another table, then delete them". Repeat every 5 minutes.
Is this possible using any of the big 3 cloud services?
Or do I have to run that service on my non-cloud server? Obviously the problem here is downloading the data from cloud, modifying, then re-uploading. This core logic is happening off-cloud.
thanks