Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Schedule SQL to run

Status
Not open for further replies.

avid1741

Technical User
May 30, 2002
10
US
I am needing to schedule a series of SQL to run at a speicfic time and day. Are there any codes out there that would accomplish this task?
 
You can Scheudle jobs in SQL Server using the SQL Agent. Jobs can run SQL code, stored procedures, tasks, etc. SQL BOL contains details about creating and scheduling jobs.

Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top