Hi All,
I have a very strange requirement for which i need you advice.First of all let me explain the current scenario.
1> I have an SSIS package which is actually schedule by a job and runs daily as per the schedules.
This package actually generates some files into a particular location and these files are generated using a procedure.
Now this procedure is been called with in SSIS package and it is executed.But Now the requirement is such that i have to generate Data based on quarter.
Say Q1,!2,Q3,Q4 which will be passed as a parameter and then executed.
Now my new requirement is whenever a user tries to execute a Job manually by right cliking on Job name. a prompt has to be provided such that a user shud be able to select a quarter and that selected quarted must be sent as a parameter to SSIS package.
My question is Is it possible to generate a Prompt kind of a thing whenever a user tries to excute a Job from Sql server manully ?
Please advice me on this.
Please have look on the comment