Optimizing a VM for SharePoint 2010
Optimizing a VM for SharePoint 2010 Creating an optimized SharePoint development environment was not an easy task with Sharepoint 2007, but it’s even harder with the new SharePoint 2010. The new...
View ArticleTune your SQL Server scripts with Query Analyzer
In SQL Server you can look at the Query Plan in Query Analyzer or Management Studio. This will tell you the rough percentage of time spent in each batch of statements. You’ll want to look for the...
View ArticleSQL Index best practices
SQL Server 2005 Index Optimization Best Practices Published 19 February 08 07:04 AM Do you have a maintenance window to perform database reindexing? Have you ever performed full set of re-organize and...
View ArticleSQL SERVER – Best Practices for Optimizing Any Query
January 20, 2009 by pinaldave This subject is very deep subject but today we will see it very quickly and most important points. May be following up on few of the points of this point will help users...
View ArticlePerformance tuning guidelines Windows Server 2008 R2 Components
some performance tuning guidelines for Windows Server 2008 R2. These are published in the form of a whitepaper up at: http://www.microsoft.com/whdc/system/sysperf/Perf_tun_srv-R2.mspx Included in this...
View ArticleMore about performance tuning in SharePoint 2007 and 2010
Good TechNet Article Here Object caching has basically not been doing anything! This is because the way it seems to work is that if you have rights to edit ANYWHERE on the site collection, it per...
View ArticleWarm up server
SharePoint Warm-up Scripts by Matt M on 9/24/2008 2:02 PM Category: Configuration If your SharePoint servers are a little slow in the mornings try warming them up with the Field Engineers favorite...
View ArticleThis seemed to improve performance of My Site and People Picker in SharePoint...
- Ran the following commands in sequence: stsadm -o sync -ListOldDatabases 0 stsadm -o sync -DeleteOldDatabases 0 stsadm –o sync –sweeptiming m:2 stsadm –o sync –synctiming m:2 Please find some of the...
View ArticleSharePoint’s slow spin-up / start-up time for first request
Info from here Ever since SharePoint 2007 was introduced we have all been really disappointed with the 2 minute spin-up time of the sites and the 30 second wait when launching STSADM. There are...
View ArticleHow to make SharePoint Load faster
Scenario: You have a SharePoint farm and it cannot see the Internet (usually in high security environments or maybe just simply a dev VM on your Laptop is out of range of an Internet connection) and it...
View ArticleTune your SQL Server scripts with Query Analyzer
In SQL Server you can look at the Query Plan in Query Analyzer or Management Studio. This will tell you the rough percentage of time spent in each batch of statements. You’ll want to look for the...
View ArticleSQL Index best practices
SQL Server 2005 Index Optimization Best Practices Published 19 February 08 07:04 AM Do you have a maintenance window to perform database reindexing? Have you ever performed full set of re-organize and...
View ArticleSQL SERVER – Best Practices for Optimizing Any Query
January 20, 2009 by pinaldave This subject is very deep subject but today we will see it very quickly and most important points. May be following up on few of the points of this point will help users...
View ArticlePerformance tuning guidelines Windows Server 2008 R2 Components
some performance tuning guidelines for Windows Server 2008 R2. These are published in the form of a whitepaper up at: http://www.microsoft.com/whdc/system/sysperf/Perf_tun_srv-R2.mspx Included in this...
View ArticleMore about performance tuning in SharePoint 2007 and 2010
Good TechNet Article Here Object caching has basically not been doing anything! This is because the way it seems to work is that if you have rights to edit ANYWHERE on the site collection, it per...
View ArticleWarm up server
SharePoint Warm-up Scripts by Matt M on 9/24/2008 2:02 PM Category: Configuration If your SharePoint servers are a little slow in the mornings try warming them up with the Field Engineers favorite...
View ArticleThis seemed to improve performance of My Site and People Picker in SharePoint...
– Ran the following commands in sequence: stsadm -o sync -ListOldDatabases 0 stsadm -o sync -DeleteOldDatabases 0 stsadm –o sync –sweeptiming m:2 stsadm –o sync –synctiming m:2 Please find some of the...
View ArticleSharePoint’s slow spin-up / start-up time for first request
Info from here Ever since SharePoint 2007 was introduced we have all been really disappointed with the 2 minute spin-up time of the sites and the 30 second wait when launching STSADM. There are...
View ArticleHow to make SharePoint Load faster
Scenario: You have a SharePoint farm and it cannot see the Internet (usually in high security environments or maybe just simply a dev VM on your Laptop is out of range of an Internet connection) and it...
View ArticleTune your SQL Server scripts with Query Analyzer
In SQL Server you can look at the Query Plan in Query Analyzer or Management Studio. This will tell you the rough percentage of time spent in each batch of statements. You’ll want to look for the...
View Article