I have a stored procedure that will ask a user for the month and the year of the records they want deleted. I have placed this stored procedure into a job but when the job is ran it will not ask for user input for the stored procedure. I also have a bat file that will ask for user input to place into the job for the job to run but the job does not accept any user input. How would I pass user input into a job?