Hi Everyone,
I'm attempting to modernize a program. This program calls DTS packages to upload data to a database. Part of the modernization is to convert the DTS packages to SSIS packages. Essentially, the C++ application calls DTS (and now SSIS) to upload data for processing. To add a twist to this project, I'm now doing this modernization on AWS. I just learned the hard way that an AWS RDS SQL Server does not support SSIS.
My question is, is there an alternative to SSIS to move data from an EC2 server up to RDS? Has anyone found a good work around?
Thanks,
Mike Goldweber