I have a nightly SQL job that loads data into several tables. I also have an executable that runs stored procedures and manipulates the data on several databases across several servers. I would like for the executable to be run immediately after the SQL job. Is there a way to have the job launch the executable?
Any help is appreciated.
Any help is appreciated.