Connecting Tech Pros Worldwide Forums | Help | Site Map

scheduled data clearout

Newbie
 
Join Date: Aug 2008
Posts: 1
#1: Aug 18 '08
I have asingle table in SQL Server 2005.
How can I set up a schedule to clear only the data from it once a year ?

ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,925
#2: Aug 18 '08

re: scheduled data clearout


Create a job that truncates your table that runs once a year


-- CK
Reply