WSS 3.0 list populated from SQL query

Go To StackoverFlow.com

1

I am looking for a way to maintain a SharePoint list of employees and their employee ID. I have the data in SQL and would like to get it into a list to use as a look up. I do not have access to a BDC.

Thanks

2009-06-16 19:59
by David Neeck


4

Write an SPTimerjob that runs daily / weekly, updating / adding data from SQL to the list. Here's a link to a primer on custom timerjobs.

Andrew Connell's blog

2009-06-16 20:36
by Colin


3

Do you want to duplicate your data inside SharePoint or just want a way to view it? You can just create a custom web part or use a 3rd party tool such as Data Viewer Web Part

Regards,

Phill

2009-06-16 20:36
by Phill Duffy
Create a custom web part that will call SQL Server and do the query - Lance Perry 2009-06-17 00:45
Ads