Possible Duplicate:
Scheduled run of stored procedure on SQL server
I have a stored procedure with the name transere_orders. I have to run it every day at 22:00
How can I set scheduled tasks with SQL Server 2005
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Schedule it on SQL Server Agent.
ahh, here’s an old question (you should’a searched for it first) Scheduled run of stored procedure on SQL server
oh well…