Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Importing SQL data into a SharePoint List

Author  Topic 

werhardt
Constraint Violating Yak Guru

270 Posts

Posted - 2009-12-09 : 10:02:25
What is the easiest way to take data from SQL table and importing it into a SharePoint List?

Thanks!

RyanRandall
Master Smack Fu Yak Hacker

1074 Posts

Posted - 2009-12-09 : 10:17:02
I use SSIS for this.

The principle used in this article should be able to help:
[url]http://www.onlinetechblog.com/blog/index.php/2009/07/how-import-data-to-sharepoint-list-using-ssis/[/url]


Ryan Randall - Yak of all trades
Solutions are easy. Understanding the problem, now, that's the hard part.
Go to Top of Page

werhardt
Constraint Violating Yak Guru

270 Posts

Posted - 2009-12-09 : 11:29:11
Thank You. This helped out a lot.
Go to Top of Page
   

- Advertisement -