Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

how to store data in Lists from SQL database

  Asked By: Melanie Scott         Date: May 22, 2009      Category: Sharepoint      Views: 246
 

guys plz help me out..how to store data in lists from SQL database

Tagged:                  

 

3 Answers Found

 
Answer #1       Answered By: Ian Davis          Answered On: May 22, 2009       

i am not sure weather there is direct way or not , cos u can take item of list as gettable() method. n as a list has its own hidden filed , so dont think that there wuld be a direct way . may be webserive can help  u in this , u can user XML schema of sql  table n use it to populate data  in lists

 
Answer #2       Answered By: Jagjit Hui          Answered On: May 22, 2009       

Another quick way could be open the SQL DB connection with EXCEL:

office.microsoft.com/.../HA102179561033.aspx

and then save that as excel. Then in Sharepoint you have an option to create a list from Excel sheet. This will be quick and dirty way.

office.microsoft.com/.../HA010346551033.aspx

 
Answer #3       Answered By: Alexia Mccarty          Answered On: May 22, 2009       

Try to Use SSIS . Its an add in to Visual studio. You just have to drag and drop the connection. Its very easy and no codding is required.

 
Didn't find what you were looking for? Find more on how to store data in Lists from SQL database Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].