I have a list with about 500.000 thousand items. I need to delete all list items which created date is after a specific date.
The query would match about 450.000 thousand items. And then delete all of them.
Whats the fastest way to do it?
|
I have a list with about 500.000 thousand items. I need to delete all list items which created date is after a specific date. The query would match about 450.000 thousand items. And then delete all of them. Whats the fastest way to do it? |
|||
|
|
You can write a small jQuery-snippet with SPServices, This forum post seems to work, so just change the listname and the CAML Query according to your criteria. |
|||
|
|
|
Here Is good code for this:
|
|||
|
|
|
Another option would be connecting to the list via Access and running a delete query against the list. |
|||
|
|