Tagged Questions
0
votes
1answer
37 views
list updation in list loadvent
I have a custom list that contains a row of data. The data in the list is created from the data in the table in the SQL table. I need to check the data in database table and the data in the list is ...
0
votes
3answers
1k views
Populate Data From SharePoint List to a SQL Table
Is there a way that i can populate a custom share point list into a table in SQL server Database . I have a custom list which i modified it and made it as an info path form and on submit i want that ...
0
votes
1answer
226 views
Event Receiver Item Added for Multiple Files uploaded
I am trying to add few details for a item that is added to a list to SQL database table using a stored procedure, it works perfectly but when I upload multiple files it adds all of the items into the ...
6
votes
5answers
165 views
Should I use lots of SharePoint Lists or a SQL Database to store the data for my new bespoke application?
I am working on a project to create a new bespoke intranet website for around 50 users. The data volumes are relatively small, but in order to model the data I need to store (about the 100 or so ...
1
vote
1answer
195 views
Use REST to sum a column?
I want to retrieve items from a SharePoint list using REST, and then sum one of the columns. I'm brand new to REST, and didn't see a way to do this on MSDN. Is it possible to sum a column in a REST ...
1
vote
2answers
365 views
Update a list via SQL with MOSS2007?
How can I go about applying an update statement to a on MOSS2007 deployment?
Essentially I'd like to write something similar to the following across it:
update <list_name>
set ...
1
vote
2answers
1k views
External Data field - problem with refreshing (SP 2010)
I have created a custom list with a field (column) of 'External Data' type, connected to my external content type. External Content Type's source is an SQL view. My problem is, when I make changes on ...
0
votes
2answers
2k views
SSIS Import Sharepoint 2010 List to SQL Server
Is there a way to do this via code? How so? I simply want to import data from a list in SharePoint 2010 to a SQL 2005 or 2008 server.
I know there are several 3rd party plug-ins that work, but I ...
4
votes
3answers
4k views
How do I populate a SharePoint list from a SQL table?
I would like to know the best way to get data from a SQL view into a temporary SharePoint list from within SharePoint.
