Click here to Skip to main content
15,915,785 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
can i run any procedure automatically for every 24hrs in sqlserver 2005.

if it is possible what are the steps/procedure to follow
Posted

You may create a "SQL Server Job" to call your Stored Procedure on schedule basis.

Create a New Job.
http://msdn.microsoft.com/en-us/library/ms190268.aspx

Schedule your Job.
http://msdn.microsoft.com/en-us/library/ms191439.aspx
 
Share this answer
 
Comments
swarup65 28-Nov-11 7:55am    
Hi frnd Thank u for ur valuable information regarding about the url's
RaisKazi 28-Nov-11 10:06am    
Welcome. You may accept answer formally by clicking on "Accept Answer" button(green) to mark this question as resolved.
Amir Mahfoozi 29-Nov-11 7:38am    
+5 I agree with you :)
Create SQl JOB for this.just google for SQl job you will Find many articles.

http://www.quackit.com/sql_server/tutorial/sql_server_agent_jobs.cfm[^]
 
Share this answer
 
v2
Comments
swarup65 28-Nov-11 7:56am    
Hi frnd Thank u for ur valuable information regarding about the url
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900