<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rickey Whitworth&#039;s Blog &#187; Sharepoint</title>
	<atom:link href="http://www.whitworth.org/category/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whitworth.org</link>
	<description>insights from managing a microsoft enterprise infrastructure</description>
	<lastBuildDate>Tue, 05 Apr 2011 21:02:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A Developer&#8217;s Blog &#183; Reporting Services</title>
		<link>http://www.whitworth.org/2011/04/05/a-developers-blog-reporting-services/</link>
		<comments>http://www.whitworth.org/2011/04/05/a-developers-blog-reporting-services/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 21:02:05 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2011/04/05/a-developers-blog-reporting-services/</guid>
		<description><![CDATA[Just realized you could include SharePoint list data in a SQL Server 2008 R2 Reporting Services report. Now on top of that learned that you can format so that exporting to excel will create named worksheets. 
&#160;
Did you know that as of SQL Server Reporting Services 2008 R2 you can give the worksheets a customized [...]]]></description>
			<content:encoded><![CDATA[<p>Just realized you could include SharePoint list data in a SQL Server 2008 R2 Reporting Services report. Now on top of that learned that you can format so that exporting to excel will create named worksheets. </p>
<p>&#160;</p>
<blockquote><p>Did you know that as of <strong>SQL Server Reporting Services 2008 R2</strong> you can give the worksheets a customized name when exporting your report to Excel?&#160; If you didn’t, or you did but never took the time to find out how you’d implement that, I’ll show you here and now!</p>
<p>For this example I’ll be starting off from the report created in <a href="http://blog.hoegaerden.be/2011/03/07/cascading-calculated-fields-ssrs/">my earlier post on Cascading Calculated Fields</a>.</p>
<p>The result can be <a href="http://cid-81c8b064cbbe1698.office.live.com/self.aspx/.Public/blog/NamingExcelSheets.rdl">downloaded from my Skydrive through this link</a>.</p>
</blockquote>
<p><a href="http://blog.hoegaerden.be/category/sqlserver/reporting-services-sqlserver/">A Developer&#8217;s Blog · Reporting Services</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2011/04/05/a-developers-blog-reporting-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple column lookup field for SharePoint &#171; Second Life of a Hungarian SharePoint Geek</title>
		<link>http://www.whitworth.org/2010/10/22/multiple-column-lookup-field-for-sharepoint-second-life-of-a-hungarian-sharepoint-geek/</link>
		<comments>http://www.whitworth.org/2010/10/22/multiple-column-lookup-field-for-sharepoint-second-life-of-a-hungarian-sharepoint-geek/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 20:14:13 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/10/22/multiple-column-lookup-field-for-sharepoint-second-life-of-a-hungarian-sharepoint-geek/</guid>
		<description><![CDATA[&#160;
I think I’m not alone missing the possibility in WSS 3.0 to include multiple columns from the target list when creating a lookup or user field in a list.
If you have read my former posts about custom fields and reordering of list fields you already know what you need to create such field types yourself.

Multiple [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<blockquote><p>I think I’m not alone missing the possibility in WSS 3.0 to include multiple columns from the target list when creating a lookup or user field in a list.</p>
<p>If you have read my former posts about <a href="http://pholpar.wordpress.com/category/custom-fields">custom fields</a> and <a href="http://pholpar.wordpress.com/2010/02/05/how-to-change-the-order-of-the-fields-on-a-sharepoint-form-using-code/">reordering of list fields</a> you already know what you need to create such field types yourself.</p>
</blockquote>
<p><a href="http://pholpar.wordpress.com/2010/02/15/multiple-column-lookup-field-for-sharepoint/">Multiple column lookup field for SharePoint « Second Life of a Hungarian SharePoint Geek</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/10/22/multiple-column-lookup-field-for-sharepoint-second-life-of-a-hungarian-sharepoint-geek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site &#8211; PrintOverview</title>
		<link>http://www.whitworth.org/2010/10/21/site-printoverview/</link>
		<comments>http://www.whitworth.org/2010/10/21/site-printoverview/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 18:48:42 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/10/21/site-printoverview/</guid>
		<description><![CDATA[3 Different methods for printing lists from SharePoint. 
Welcome to Print Overview where I will show you several ways to print cleaner pages or to print specific lists.&#160; All of the examples use some form of JavaScript or JQuery to perform the solution.&#160; The nice part is that you only have to add a Content [...]]]></description>
			<content:encoded><![CDATA[<p>3 Different methods for printing lists from SharePoint. </p>
<blockquote><p><strong>W</strong>elcome to Print Overview where I will show you several ways to print cleaner pages or to print specific lists.&#160; All of the examples use some form of JavaScript or JQuery to perform the solution.&#160; The nice part is that you only have to add a Content Editor Web Part CEWP and put the code in to make it work.&#160; </p>
<p>Each page will show you a sample list or page that can be printed as described below.&#160; The code and other steps that just adding a CEWP will also be listed on the page.</p>
</blockquote>
<p><a href="http://www.bitsofsharepoint.com/ExamplePoint/Site/PrintOverview.aspx">Site &#8211; PrintOverview</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/10/21/site-printoverview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get Edit in Datasheet Option When Using Office 2010 and SharePoint 2007</title>
		<link>http://www.whitworth.org/2010/10/19/how-to-get-edit-in-datasheet-option-when-using-office-2010-and-sharepoint-2007/</link>
		<comments>http://www.whitworth.org/2010/10/19/how-to-get-edit-in-datasheet-option-when-using-office-2010-and-sharepoint-2007/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 17:02:40 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/10/19/how-to-get-edit-in-datasheet-option-when-using-office-2010-and-sharepoint-2007/</guid>
		<description><![CDATA[&#160;
Various editions of Microsoft Office 2007 include SharePoint support component, which is installed by default: Microsoft Office &#62;&#62; Office Tools &#62;&#62; Windows SharePoint Services Support. Specifically the “Edit in datasheet” feature is supported by the sub-component named “Microsoft Office Access Web Datasheet Component”. I went and checked out the components installed for my Office 2010 [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<blockquote><p>Various editions of Microsoft Office 2007 include SharePoint support component, which is installed by default: <strong>Microsoft Office &gt;&gt; Office Tools &gt;&gt; Windows SharePoint Services Support</strong>. Specifically the “Edit in datasheet” feature is supported by the sub-component named “Microsoft Office Access Web Datasheet Component”. I went and checked out the components installed for my Office 2010 – and the analogous components were marked as installed: </p>
<p><a href="http://lh6.ggpht.com/_uLvQGkZ2Z10/SwW5QL1cEjI/AAAAAAAAABo/_Gj8EIBNiX8/s1600-h/image12.png"><img title="image" border="0" alt="image" src="http://lh3.ggpht.com/_uLvQGkZ2Z10/SwW5Q_AyoxI/AAAAAAAAABs/vVu_IcL2Y2M/image_thumb8.png?imgmax=800" /></a></p>
<p>Now that appears to be an issue. It would be interesting to know if anyone else ran into the same situation or was it just me. The workaround was easy – install back Windows SharePoint Services Support for Office 2007. Below is a screenshot – I only needed this specific part of the office and nothing else:</p>
</blockquote>
<p><a href="http://neganov.blogspot.com/2009/11/cannot-edit-sharepoint-2007-list-in.html">Ivan on Software: Cannot Edit SharePoint 2007 List in Datasheet after Office 2010 Beta is Installed</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/10/19/how-to-get-edit-in-datasheet-option-when-using-office-2010-and-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KPIs for the Masses: A Dashboard based upon a date-time field &#124; EndUserSharePoint.com</title>
		<link>http://www.whitworth.org/2010/09/07/kpis-for-the-masses-a-dashboard-based-upon-a-date-time-field-endusersharepoint-com/</link>
		<comments>http://www.whitworth.org/2010/09/07/kpis-for-the-masses-a-dashboard-based-upon-a-date-time-field-endusersharepoint-com/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 20:43:31 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/09/07/kpis-for-the-masses-a-dashboard-based-upon-a-date-time-field-endusersharepoint-com/</guid>
		<description><![CDATA[ Includes XSL templates you can plug in to your page, then have the ability to date-diff between today’s date and some other date based on number of days.
&#160;
In my the first two articles of this series, Visual Indicators for the Masses and Embed KPIs as a List View, I discussed ways to create simple [...]]]></description>
			<content:encoded><![CDATA[<p> Includes XSL templates you can plug in to your page, then have the ability to date-diff between today’s date and some other date based on number of days.</p>
<p>&#160;</p>
<blockquote><p>In my the first two articles of this series, <a href="http://www.endusersharepoint.com/?p=1011"><strong>Visual Indicators for the Masses</strong></a> and <a href="http://www.endusersharepoint.com/?p=1048"><strong>Embed KPIs as a List View</strong></a>, I discussed ways to create simple KPIs in WSS. This article will show how to make calculations on top of date-time fields.</p></blockquote>
<p><a href="http://www.endusersharepoint.com/2008/12/18/kpis-for-the-masses-a-dashboard-based-upon-a-date-time-field/">KPIs for the Masses: A Dashboard based upon a date-time field | EndUserSharePoint.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/09/07/kpis-for-the-masses-a-dashboard-based-upon-a-date-time-field-endusersharepoint-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a cloneable SharePoint 2010 Development Environment with PowerShell, Windows Sysprep, and SQL Server 2008 R2 Sysprep &#8211; Overview</title>
		<link>http://www.whitworth.org/2010/06/22/creating-a-cloneable-sharepoint-2010-development-environment-with-powershell-windows-sysprep-and-sql-server-2008-r2-sysprep-overview/</link>
		<comments>http://www.whitworth.org/2010/06/22/creating-a-cloneable-sharepoint-2010-development-environment-with-powershell-windows-sysprep-and-sql-server-2008-r2-sysprep-overview/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 17:12:16 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/06/22/creating-a-cloneable-sharepoint-2010-development-environment-with-powershell-windows-sysprep-and-sql-server-2008-r2-sysprep-overview/</guid>
		<description><![CDATA[awesome. Thank you Josh. 
With most SharePoint development being done in VMs, it is useful to have a set of sysprepped base VMs that can be cloned at any time to create a new environment, whether it be for a new project, to test some tool or software, or whatever. Sysprep is a great tool [...]]]></description>
			<content:encoded><![CDATA[<p>awesome. Thank you Josh. </p>
<blockquote><p>With most SharePoint development being done in VMs, it is useful to have a set of sysprepped base VMs that can be cloned at any time to create a new environment, whether it be for a new project, to test some tool or software, or whatever. Sysprep is a great tool for virtual domains because it will generate a new security ID (SID) for every server created from the sysprepped image to prevent conflicts between servers on the same domain.</p>
<p>Most of the software needed for development can be installed prior to running sysprep on the virtual machine,but SQL Server and SharePoint (at least the configuration of SharePoint) are generally exceptions. These apps typically must be installed post-sysprep in order for them to operate correctly, and this is an involved and tedious process. Fortunately with SQL Server 2008 R2, we now have SQL Server Sysprep, which will allow SQL Server to be installed and imaged, but not configured until a new VM is created from the base image. Woohoo!</p>
<p>So, the general steps are as follows:</p>
<ol>
<li>Install a virtual machine with Windows Server 2008 R2, PowerShell 2.0 and all other desired client software (Visual Studio, Office, SharePoint Designer, etc…) </li>
<li>Install SQL Server 2008 R2 as a Prepared Image </li>
<li>Install SharePoint 2010 Prerequisites (<a href="http://technet.microsoft.com/en-us/library/cc262485(office.14).aspx">http://technet.microsoft.com/en-us/library/cc262485(office.14).aspx</a>) either manually or using the Prerequisites Installer tool </li>
<li>Install SharePoint 2010 bits, but <strong>DO NOT</strong> run configuration wizard </li>
<li>Run Sysprep.exe to prepare server </li>
<li>Clone server </li>
<li>Boot clone and execute PowerShell script to perform the following actions:
<ul>
<li>Complete configuration of sysprepped SQL Server 2008 R2 database server </li>
<li>Configure SharePoint 2010 farm </li>
</ul>
</li>
</ol>
</blockquote>
<p><a href="http://www.joshmeyer.net/blog/post/2010/03/26/Creating-a-cloneable-SharePoint-2010-Development-Environment-with-PowerShell-Windows-Sysprep-and-SQL-Server-2008-R2-Sysprep.aspx">Creating a cloneable SharePoint 2010 Development Environment with PowerShell, Windows Sysprep, and SQL Server 2008 R2 Sysprep – Overview</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/06/22/creating-a-cloneable-sharepoint-2010-development-environment-with-powershell-windows-sysprep-and-sql-server-2008-r2-sysprep-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PointBridge Blogs &#8211; Office 2010 Wave</title>
		<link>http://www.whitworth.org/2010/04/13/pointbridge-blogs-office-2010-wave/</link>
		<comments>http://www.whitworth.org/2010/04/13/pointbridge-blogs-office-2010-wave/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 14:11:12 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Customization]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/04/13/pointbridge-blogs-office-2010-wave/</guid>
		<description><![CDATA[&#160;
In previous versions of SharePoint it was impossible to add corners to a Web Part with just CSS (unless you were building sites for only the latest browsers). The best way was to style a container DIV on the Page Layout and put a Web Part Zone inside. Then, a Web Part in that zone [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<blockquote><p>In previous versions of SharePoint it was impossible to add corners to a Web Part with just CSS (unless you were building sites for only the latest browsers). The best way was to style a container DIV on the Page Layout and put a Web Part Zone inside. Then, a Web Part in that zone would appear to have round corners. This method greatly reduces the flexibility of SharePoint because there can only be one Web part in each Zone for the effect to work.</p>
<p>Styling Web Parts in SharePoint 2010 has become much easier than in MOSS 2007. There are several reasons for this and I will highlight a few.</p>
<p>The addition of a style class on a cell that contains the entire Web Part gives a big advantage to adding styles. In MOSS this did not exist. This is helpful because now you can simply add a border, background image or color to the container cell with the class “<strong>s4-wpcell-plain</strong>” and it will be applied around and behind the body and header of the Web Part.</p>
</blockquote>
<p><a href="http://blogs.pointbridge.com/Blogs/2010wave/pages/default.aspx">PointBridge Blogs &#8211; Office 2010 Wave</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/04/13/pointbridge-blogs-office-2010-wave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PointBridge Blogs &#8211; Changing the background colors in SharePoint also changes the gradient</title>
		<link>http://www.whitworth.org/2010/04/13/pointbridge-blogs-changing-the-background-colors-in-sharepoint-also-changes-the-gradient/</link>
		<comments>http://www.whitworth.org/2010/04/13/pointbridge-blogs-changing-the-background-colors-in-sharepoint-also-changes-the-gradient/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 13:46:25 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Customization]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/04/13/pointbridge-blogs-changing-the-background-colors-in-sharepoint-also-changes-the-gradient/</guid>
		<description><![CDATA[&#160;
The backgrounds in SharePoint 2010 were designed to allow end users to change gradients by simply picking solid colors on the settings page. For example if you choose an orange background color the result is a fade from orange to lighter orange. The change can be very subtle but is an effective way to create [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<blockquote><p>The backgrounds in SharePoint 2010 were designed to allow end users to change gradients by simply picking solid colors on the settings page. For example if you choose an orange background color the result is a fade from orange to lighter orange. The change can be very subtle but is an effective way to create an attractive site. This is a significant upgrade from older versions of SharePoint where, in order to change the branding, you would have had&#160; to undertake the time-consuming task of editing all of the gradient images one by one.</p></blockquote>
<p><a href="http://blogs.pointbridge.com/Blogs/2010wave/pages/default.aspx">PointBridge Blogs &#8211; Office 2010 Wave</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/04/13/pointbridge-blogs-changing-the-background-colors-in-sharepoint-also-changes-the-gradient/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starter Master Pages for SharePoint 2010</title>
		<link>http://www.whitworth.org/2010/04/13/starter-master-pages-for-sharepoint-2010/</link>
		<comments>http://www.whitworth.org/2010/04/13/starter-master-pages-for-sharepoint-2010/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 13:44:22 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Customization]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/04/13/starter-master-pages-for-sharepoint-2010/</guid>
		<description><![CDATA[&#160;
Project Description      Starter Master Pages for SharePoint 2010 are a clean, commented starting point for creating your own SharePoint 2010 branding. Starter Master Pages were known previously as Minimal Master Pages in SharePoint 2007.      Project Details      In the tradition of [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<blockquote><p><b>Project Description</b>      <br />Starter Master Pages for SharePoint 2010 are a clean, commented starting point for creating your own SharePoint 2010 branding. Starter Master Pages were known previously as Minimal Master Pages in SharePoint 2007.      <br /><b>Project Details</b>      <br />In the tradition of those SharePoint branding folks that came before me, I have put together two minimal master pages that can be used to start a SharePoint 2010 Branding project. They contain only very minimal HTML styling in order to accommodate some of the specific needs of SharePoint 2010 and are commented throughout. I hope you find them useful as a good starting point for creating branded SharePoint sites. If you make improvements upon them that could be used to improve the Starter Master Page experience for others, please share the changes with me through the CodePlex site or through my blog comments.</p>
</blockquote>
<p><a href="http://startermasterpages.codeplex.com/">Starter Master Pages for SharePoint 2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/04/13/starter-master-pages-for-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading your Content DB to SharePoint 2010 &#8211; Part 1 &#8211; The preupgradecheck &#124; SharePoint George</title>
		<link>http://www.whitworth.org/2010/04/08/upgrading-your-content-db-to-sharepoint-2010-part-1-the-preupgradecheck-sharepoint-george/</link>
		<comments>http://www.whitworth.org/2010/04/08/upgrading-your-content-db-to-sharepoint-2010-part-1-the-preupgradecheck-sharepoint-george/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 19:22:43 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/04/08/upgrading-your-content-db-to-sharepoint-2010-part-1-the-preupgradecheck-sharepoint-george/</guid>
		<description><![CDATA[Check out this two part series if you need detailed upgrade instructions for SharePoint 2010 
I’m sure there are a lot of SharePointers out there who are excited about the 2010 release and as I have been working my way through the installation and configuration of this updated beast, I have also been providing you [...]]]></description>
			<content:encoded><![CDATA[<p>Check out this two part series if you need detailed upgrade instructions for SharePoint 2010 </p>
<blockquote><p>I’m sure there are a lot of SharePointers out there who are excited about the 2010 release and as I have been working my way through the installation and configuration of this updated beast, I have also been providing you with posts along the way sharing my experiences.&#160; Today isn’t any different, and in this two part series I will be providing you with a guide to upgrading your SharePoint 2007 content databases to SharePoint 2010.&#160; There are already some great resources out there regarding upgrade options and preparation guidance including those from Microsoft on the TechNet Site and others which I will list at the end of this article. The prime focus of part 1 of this 2 part series will be to outline the many tools that are available to you at no cost, assisting and ensuring that your SharePoint&#160; farm and SharePoint databases are up to scratch and ready for 2010.&#160; The series will proceed as follows;</p>
<ol>
<li>Upgrading your Content DB to SharePoint 2010 –The preupgradecheck </li>
<li>Upgrading your Content DB to SharePoint 2010 – Using the Database Attach method </li>
</ol>
</blockquote>
<p><a href="http://sharepointgeorge.com/2009/upgrading-content-db-sharepoint-2010-part-1-preupgradecheck/">Upgrading your Content DB to SharePoint 2010 &#8211; Part 1 &#8211; The preupgradecheck | SharePoint George</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/04/08/upgrading-your-content-db-to-sharepoint-2010-part-1-the-preupgradecheck-sharepoint-george/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.505 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2011-09-27 04:33:50 -->

