I have a crontab job in which data from csv file get insert into mysql table at regular interval.
Now i want the same table data to be inserted in ms sqlserver database.
I know i can write code again to take data from csv to ms sqlserver database.
But i want to avoid the same.
Is there a way programmatically to insert data into ms sqlserver database from mysql table.
I have search a lot but didnt succeed.