Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
I need to push my data of sharepoint 2010 lists to custom sql db.
is there any work around?
Posted
Comments
PIEBALDconsult 20-Jan-16 9:06am    
Yes, but it's slow. If you need to do that, then please consider not using SharePoint. I say this speaking as someone who has had to access the Sharepoint lists of others. It's dreadful; I'd almost rather have to read Excel, it's that bad.
Along with SSIS adapters (as mentioned in Solution 1), there is also a product that synchronizes data between Sharepoint and a database --
https://www.simego.com/solutions/sharepoint-integration

Every time someone creates a Sharepoint list a puppy dies.

1 solution

There are Sharepoint adapters for SSIS with samples on Codeplex here: Microsoft SQL Server Community Samples: Integration Services - Home[^]
 
Share this answer
 
Comments
Member 12253249 20-Jan-16 23:35pm    
can we create event receivers for the same?
Ben J. Boyle 21-Jan-16 9:50am    
Sure, if you need something more immediate you can put together an event receiver that pushes the data to another database.
Member 12253249 21-Jan-16 12:01pm    
ok. for that do i need to create SPROCS in db? pass sql connection strings?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900