I got an SSIS package that imports data from an Oracle database and places it in several .CSV files that are to be used by other programs.
In debugging it works fine, but what i want is this program to run every 5 minutes. How can this be accomplished? What i was hoping was a program made in C# to run the package. The reason for this is because i am sadly limited in available software (installation rights that take forever) so i pretty much only have Visual Studio with C# and SSIS installed.