SharePoint 2010
There are 2 entries for the tag
SharePoint 2010
Issues: SharePoint 2010 Foundation and Server require the Cumulative Update Package 2 for SQL Server 2008 Service Pack 1 to use SQL Server 2008 as the backend Database. Solution: SQL Server 2008 will not install properly on Windows 2008 Server without SQL Server 2008 Service Pack 1. Download Download SQL Server 2008 Service Pack 1. To use SQL Server 2008 for the backend database for SharePoint Foundation or Server download Download and Install Cumulative Update Package 2 for SQL Server 2008 Service Pack 1. Note: Installing the Cumulative Update Package 2 for SQL Server...
Overview: SharePoint 2010 has a greatly improved development story. Part of that story is the addition of the Developer Dashboard. When activated a dashboard is added to the bottom each page that surfaces important debugging and performance tuning information. For example, the developer dashboard will show how long a page took to load and all database (stored procedure) calls associated with the page processing. To Enable the SharePoint 2010 Developer Dashboard: Execute the following stsadm command from the command prompt. stsadm -o setproperty -pn developer-dashboard -pv ondemand Note: Remember to run...