I want to execute a stored procedure automatically at every night. How can I do it. Please guide me with steps to achieve this target.
Thanks in advance.
Quick solution is,
Create your stored procedure Write the SQL Job (below are the steps)
http://www.dailycoding.com/Posts/step_by_step_guide_to_add_a_sql_job_in_sql_server_2005.aspx
In Step 5 configure stored procedure that you created.