Click here to Skip to main content
16,018,653 members
Please Sign up or sign in to vote.
2.33/5 (2 votes)
See more: , +
I want a procedure which will execute once in month same as we are getting mobile bill.All detail will remain same only calculation part,date,month will get changed.and all previous bill detail is also there in database
Posted
Updated 17-Jul-13 1:03am
v2

You need to use SQL Server Agent for creating the job which you can schedule as per your requirement.

How to: Schedule a Job (SQL Server Management Studio)[^]
 
Share this answer
 
Comments
Thanks7872 17-Jul-13 7:14am    
Good one. ↑voted.
Sushil Mate 17-Jul-13 7:14am    
Thanks Rohan.
You can create Database job in SQL2008 and assign your SP/Package to process and configure it when to run etc.
Start Management Studio then using Object explorer Go to
SQLNode>>Sql Server Agent>>Job
Right click it and select New Job

This link might help
msdn.microsoft.com/en-us/library/ms190268(v=sql.100).aspx
 
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