Use the opensource source and destination adapter.
This method is quick and easy to use. However, it is somewhat limited in the parsing of information.
This method is also from opensource and is not currently supported by Microsoft so some organizations will not install this on their production SQL servers.
Create a WSDL and webservice to call the data.
This method is fairly easy to use. The problem with this method is the WSDL must be stored on the local drive of the SQL server where the SSIS package resides. This is not overly acceptable. (or you must be able to download from the server where the WSDL resides. You would have to put this in your Disaster recovery plan to ensure that you do not loose your WSDL file or the methods it calls. You can use the out of box method calls or design your own methods in your WSDL file.
Lastly you can create a class assembly and reference it in your SSIS package.
This is a great method if you need to reuse and keep a consistent way of accessing Sharepoint. You can continue to add and recompile your source code to add extra features and it can be reused for other packages.
You can also create your parsing conditions and they can be stored and resused for the other packages.
The downside is the initial time it takes to create your class assembly.
Recommended method is the adapter for its easy of use and quick start. Our IT department is moving toward the third method to create a cohesive solution for the entire shop.
Published by Burkular
I like to try and do various activities. I am constantly trying to learn new things. I have a passion for analyzing pretty much anything. View profile
- The Date and Time on SQL Server 2008Read this to find out how to set the date and time on SQL Server 2008.
- All You Want to Know About Cluster SQL ServerRead this if you want to know about clustering the SQL Server.
- Database Mirroring: SQL Server 2008Database Mirroring is a major new technology for achieving high availability in SQL Server 2008.
- SQL Server 2000 Performance TuningHow to improve Performance Tuning in SQL Server 2000.
- CSU, CFA Continue Talks, but Strike Still Eminent
- How to Find and Apply for a Government Job
- Ole Automation Procedures in SQL Server 2005: Enabling, Disabling Advanced Options...
- How to Performance Tune an SQL Server
- How to Setup SQL Server 2005 Backups
- Oracle and SQL Server: Basic Terminology Differences
- How to Create a Stored Procedure in SQL Server 2000
- Sharepoint Data via SSIS
- SSIS and sharepoint services




1 Comments
Post a CommentIf you can use third-party solutions, check the commercial CozyRoc SharePoint integration. These are the relevant components:
* SharePoint Source SSIS Data Flow Component - http://www.cozyroc.com/ssis/sharepoint-source
* SharePoint Destination SSIS Data Flow Component - http://www.cozyroc.com/ssis/sharepoint-destination
* SharePoint SSIS Connection Manager - http://www.cozyroc.com/ssis/sharepoint-connection