Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们使用的是sharepoint 2007,我们有两个站点,两个站点都在不同的服务器上。根据要求,我们需要每天/每周将自定义列表从一台服务器复制到另一台服务器。我们希望自动化这个过程。有什么方法可以让我们以编程方式做到这一点。
在此先感谢,拉什凯什
对于计划,您可以使用 SharePoint 计时器作业。
对于第二部分,复制列表,我假设您要复制列表项。您可以使用 SharePoint 列表 Web 服务将项目提交到远程服务器。