I have various databases I want to read from, do some stuff with the data (maths, combine strings etc) and write it to another database. All that repeating every day at a certain time.
Currently this is done via an ActiveX-Script (VBScript) in the MS SQL Server-Agent. I want to get rid of the VBScript. If possible, I would like to use the C# Syntax. Windows Task Scheduler is not an option for me.
What is the best practice / best alternative to VBScript in this case?