Tagged Questions
0
votes
0answers
120 views
Getting UserInfo data out of Sharepoint via OPENROWSET
The query below returns most of the data from the SharePoint list that my customers want:
SELECT *
FROM OPENROWSET ('Microsoft.ACE.OLEDB.12.0',
...
6
votes
1answer
273 views
Attempting to tune a Sharepoint site using SQL Server Waits and Queues
I'm pretty new to this performance tuning with Waits and Queues thing - fascinating, but also not always all that intuitive...
Right now, a customer of mine has a SQL Server 2008 64-bit Enterprise ...
1
vote
1answer
240 views
FILESTREAM is enabled, but I get a message that it's not. Anyone able to help?
I have been given the task of setting SharePoint Foundation 2010 up in work. I have hit quite a few problems (see other questions I have posted), so I decided to start from scratch again. I have ...