Consolidating data in SharePoint from different sites based on variable site naming

Posted by Mughrabi on Stack Overflow See other posts from Stack Overflow or by Mughrabi
Published on 2010-06-11T11:12:51Z Indexed on 2010/06/12 1:42 UTC
Read the original article Hit count: 214

Filed under:

Hi, am working on a project where I want to pull data from different lists in SharePoint and have these data imported into a single list. The list has the same attribute everywhere; it is located in different sites.

I have a list which contains all the site names and URL to those sites. The idea is to read from this list all the site names and then go to each one of those sites and try and pull the information from the list under that particular site, in synchronies matter. Data that are pulled from last week’s process do not need to be pulled again.

Can someone guide me in explaining what would be the best way to doing this solution?

Am using SharePoint 2007

© Stack Overflow or respective owner

Related posts about sharepoint