Browse by Tags

All Tags » MOSS » SSIS (RSS)
Sorry, but there are no more tags available to filter with.

Downloading Excel files from SharePoint using SSIS

In my previous post , I outlined how to obtain a recursive list of all Excel files held in a SharePoint document library. In SSIS, I use this code to upsert records into a table which identifies which files are new or modified. Clearly I could process...
Posted by DrJohn | with no comments
Filed under: ,

SSIS: Calling SharePoint web services from the data flow

In my previous post , I outlined how to call a SharePoint web service to obtain a list of all Excel files held in a document library. However, that code was developed in Visual Studio where adding a reference to a web service is simplicity itself. Doing...
Posted by DrJohn | 3 comment(s)
Filed under: ,

Getting a list of files from a MOSS document library using a SharePoint web service

C# example of how to get a recursive list of all documents held by document library in SharePoint 2007...
Posted by DrJohn | 6 comment(s)
Filed under: ,