We have an AIX server which contains a lot of data, and once a night we dump that data to CSV for import into MS SQL Server for reporting reasons.
At the moment, each step in the process is unlinked, and triggered simply on a timed basis - for example, the CSV dump processes on the AIX system start at 3am and take $x amount of time to complete, and then the MS SQL Server Integration Services job starts at 6am.
As such, there is a lot of 'dead time' built into the process, which it would be nice to eliminate.
So, is there any way to trigger an SQL Server Integration Services job from a Unix system?