SharePoint SQL Queries
Some useful SQL queries to get web, site and list data: 1) Query to get all the top level site collections SELECT SiteId AS SiteGuid, Id AS WebGuid, FullUrl AS …
Some useful SQL queries to get web, site and list data: 1) Query to get all the top level site collections SELECT SiteId AS SiteGuid, Id AS WebGuid, FullUrl AS …
Thought I would add some PHP your way. Let’s say we have a C# web service (most are :)) that you want to call from PHP. Now there are ways …
I’ve been having some fun and games with Sharepoint 2010 and SSRS. One of the most frustrating things of working with Sharepoint is the lack of consistent error handling and …
A classic case of “a Microsoft update broke my server”. We have a web service hosted on port 220 on IIS. The web service is used extensively and has been …
Ok, so I know this has nothing to do with Sharepoint, but it’s one of those things that gets geeks excited and should be shared. We often integrate and work …
This post will cover how to use and call WCF services without complicated methods to update your web.config\app.config. When you add a WCF service reference to your code it generates …
I thought over the next couple of weeks I can share some development\coding topics on Sharepoint 2010. Starting with: “Invalid data has been used to update the list item. The …
In our environment we have a custom master page for our main intranet site and we want to extend this look and feel to the MySite implementation. So as mentioned …
You ever wonder why your Sharepoint environment sometimes just suddenly starts pumping out correlation ids? One of the causes could be some memory leaks in your environment and this typically …