|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, November 13, 2012 3:17 AM
Points: 133,
Visits: 244
|
|
| I have to periodically delete data from a table thats over a certain age. I can create a stored procedure that would do this, but how do I create a job and schedule it so that it executes the stored procedure at a predetermined time each day ?
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Monday, May 20, 2013 1:29 PM
Points: 1,084,
Visits: 806
|
|
| it's easy to implement. look in books online (help) under the topic "jobs [SQL Server Agent]"
|
|
|
|