I need to be able to run maintenance scripts against my SQL server to expire records and generally clean up the database. Is this best accomplished with some sort of trigger or something within the database itself? I'd like to run the script daily if possible. How can I do this, exactly. I have a feeling it is pretty easy.
migrated from stackoverflow.com Jun 2 '11 at 16:57
This question came from our site for professional and enthusiast programmers.
|
You'll want to create a SQL Server job. | |||||||||||
feedback
|
serverfault– JNK Jun 2 '11 at 14:51