I have just been asked by my business if we can initiate my SSIS package ON DEMAND. Basically be able to update the records (which is done within the ETL of the SSIS package) whenever a user wants to.
Without getting into the logistics of this, I am trying to figure out how to create a simple Stored Procedure that will initiate the SSIS package. It currently is on a schedule within the SQL Server Agent. I have read that I could use sp_start_job, but I am not sure how to construct this properly??
Any assistance on writing the Stored Procedure would be helpful. Also there are no parameters being passed at this time to the SSIS package.
Without getting into the logistics of this, I am trying to figure out how to create a simple Stored Procedure that will initiate the SSIS package. It currently is on a schedule within the SQL Server Agent. I have read that I could use sp_start_job, but I am not sure how to construct this properly??
Any assistance on writing the Stored Procedure would be helpful. Also there are no parameters being passed at this time to the SSIS package.