Microsoft has released on CodePlex a SharePoint adapter with demos (http://sqlsrvintegrationsrv.codeplex.com/)
The adapter uses public SharePoint Web services and have several features that enhance their performance and their ease of use:
The adapter uses public SharePoint Web services and have several features that enhance their performance and their ease of use:
· - Only the fields that you want are returned from SharePoint.
· - Large lists are not transferred all at once. They are paged in batches, with a configurable batch size.
· - Column type information from SharePoint is used for mapping to Integration Services data types
· - CAML queries can be added to the query to filter the rows to be returned.
· - Update and Delete operations from an Integration Services package are simple.
· - Important custom properties of the source and destination can be set by using Integration Services expressions.
· - Supports SQL Server 2005, 2008, 2008 R2, and later.
- - Supports x64 and x86 Processors
The document can be found in http://msdn.microsoft.com/en-us/library/hh368261.aspx
Comments
Post a Comment