Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

in SQL SERVER 2008R2
i want to delete table data at the end of month automatically
Posted
Updated 13-Jun-14 22:45pm
v2

1 solution

You should create job for delete or truncate table in sql server.. :)

Schedule a Job[^]

Creating a regularly scheduled job[^]

How to set auto delete function in SQL Server[^]

Create a Job in sql[^]
 
Share this answer
 
v2

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