CompCodeBoy
Programmer
I have an idea how to schedule a job in SQL server 2005. The job will be calling a stroed procedure with few parameters. The values for those parameters come from a table in SQL server and then should be passed to the stored procedure called from the job schedule. Do I need to write a script to do that? If yes, can I do that? an example would be great! Thanks in advance