Tagged Questions
0
votes
2answers
34 views
Workflows and SQL Server Databases
Is it possible to create a workflow that is started by activity in a SQL Server database that is outside of SharePoint?
Using a WebPart to put and modify data in a database isn't a problem. ...
0
votes
2answers
573 views
Recommended SQL Server 2008 R2 instance features for Sharepoint Foundation 2010
Are there any recommended SQL Server 2008 R2 instance features for Sharepoint Foundation 2010 please? Is there any specific SQL feature that should be enabled please?
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
3answers
490 views
SharePoint 2010 - Generate reports from SharePoint Database?
It is possible to generate reports from the SharePoint Database with informations like current users, teamsites, websites etc. ?
I heard maybe it is possible with the WSS-Logging Database.
Are there ...
1
vote
2answers
2k views
Moving Sharepoint Foundation 2010 from SQL Express 2008 R2 to SQL Server 2008 R2
We have a very small Sharepoint Foundation 2010 farm with a library and some workflows. We want to build this originally on one server using SQL Server Express 2008 R2.
However, there is a chance ...
3
votes
4answers
710 views
What is the recommended way to query data on a Sharepoint site?
Say if I need to retrieve list items for batch processing, how would I be recommended to retrieve the data? Maybe Powershell or a SQL Server query?
