Hi
I am running MOSS 2007 Ent. I have a company system running on MS SQL 2005. I am trying to find a way to import data from that SQL server into a sharepoint list. I would like to either be able to schedule the process or allow a regular user to run it at will. Currently the data comes from a stored procedure.
I have tried several options alreayd and none seems to work well enough...
What I have tried:
1: Datagrid mode - The user runs the report from our company system (outputed to excel), they copy and paste from excel into grid mode. This doesn't seme to be able to handle a large amount of rows...
2: Access database - Created an access database with a link to the sharepoitn list. Then created a query setup to allow the import. Then they copied and pasted from excel again. This worked but took 3 hours to paste 800 rows.
Things I'm thinking might work:
1: SQL SSIS project - Seems like it might be able to work but I am not an experienced .NET developer so..
2: Business Data Catalog - Not sure exactly sure (a little new to MOSS) if this would work...
Any help would be greatly appreciated...