Schedule Job In Sharepoint 2007 Site
-
Wednesday, February 22, 2012 5:33 AMMy Requirement is to run a schedule job to delete List Items & Insert the List Items in SQL Server from aspecific list Using OOB features in Sharepoint How to do this? Without using C# Coding....Any IDEA
- Edited by UjwalaIDC Wednesday, February 22, 2012 5:43 AM
- Moved by Mr. WhartyMicrosoft Community Contributor Wednesday, February 22, 2012 7:22 AM Not a Training and Certification question (From:Training and Certification)
- Edited by UjwalaIDC Wednesday, March 21, 2012 8:33 AM
All Replies
-
Wednesday, February 22, 2012 7:21 AMThis is a Training and Certification forum so I will move your question to a Sharepoint forum.
Jeff Wharton
MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCITP, MCDBA
Blog: Mr. Wharty's Ramblings
MC ID: Microsoft Transcript
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer -
Sunday, March 04, 2012 9:55 AM
Hi,
According to my analysis, you need to do some development work to delete list items in a timer job. I have found some links for your reference.
http://www.praveenmodi.com/programmatically-delete-all-items-sharepoint-list/
http://www.andrewconnell.com/blog/articles/CreatingCustomSharePointTimerJobs.aspx
http://merill.net/2008/02/efficiently-delete-purge-all-items-from-a-sharepoint-list/
In addition, you can also use the sppurgelist tool to achieve your goal.
http://sppurgelist.codeplex.com/
Rock Wang
Rock Wang TechNet Community Support
- Marked As Answer by Rock Wang– MSFT Monday, March 05, 2012 1:34 AM
- Unmarked As Answer by UjwalaIDC Wednesday, March 21, 2012 8:33 AM

