1
votes

We are using sharepoint 2007,We have two site, both sites are on different server. According to requirement we need to copy custom list from one server to another on daily/weekly basis. We want to automate this process. Is there any way by which we can do this programatically.

Thanks in advance, Rushikesh

1

1 Answers

2
votes
  1. For scheduling you can use SharePoint Timer Jobs.

  2. For the second part, copying list, I am assuming you want to copy the List Items. You can use SharePoint List Web Service for submitting items to a remote server.