<?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>Russ Houberg&#039;s SharePoint Blog</title>
	<atom:link href="http://vspug.com/rhouberg/feed/" rel="self" type="application/rss+xml" />
	<link>http://vspug.com/rhouberg</link>
	<description>Just another VSPUG - Virtual SharePoint User Group weblog</description>
	<lastBuildDate>Tue, 26 May 2009 13:16:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Spreading Wings and Stuff Like That</title>
		<link>http://vspug.com/rhouberg/2009/05/26/spreading-wings-and-stuff-like-that/</link>
		<comments>http://vspug.com/rhouberg/2009/05/26/spreading-wings-and-stuff-like-that/#comments</comments>
		<pubDate>Tue, 26 May 2009 13:16:00 +0000</pubDate>
		<dc:creator>Russ Houberg</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Well,&#160; it&#39;s been a good ride here at SharePoint Blogs&#8230; But the time has come to take flight and host my own blog.
The purpose for this blog has always been to give back to the community that has propelled my career and helped me put food on the table for my wife and two boys.&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>Well,&nbsp; it&#39;s been a good ride here at SharePoint Blogs&#8230; But the time has come to take flight and host my own blog.</p>
<p>The purpose for this blog has always been to give back to the community that has propelled my career and helped me put food on the table for my wife and two boys.&nbsp; SharePoint is ON FIRE and the admin/developer/blogosphere/searchipedia community is very strong and growing stronger by the day.&nbsp; So I&#39;ve always wanted my blog to contribute to that in some small part.</p>
<p>I decided to move my blog to a hosted location that I have 100% confidence in from a performance, reliability, and long term safety.&nbsp; Plus it never hurts to have an easy url (like your last name) where people can go to see what you&#39;re up to.&nbsp; No I haven&#39;t gotten down with Twitter or Facebook yet for fear that my inner geek will get addicted to being &quot;plugged in&quot; and I&#39;ll never get anything done!</p>
<p>So&#8230; without further delay&#8230;&nbsp; please permanently redirect your browsers to my new and (hopefully) final blog resting place:</p>
<p><a href="http://www.houberg.net">www.houberg.net</a>&nbsp;&nbsp;&nbsp;&nbsp; or, if you just want the RSS feed:&nbsp; <a href="http://www.houberg.net/Rss.aspx">http://www.houberg.net/Rss.aspx</a></p>
<p>I have gone ahead and copied all of my posts up to the new site&#8230; just to make sure they live on.</p>
<p>For all of you out there in the ether who have ever posted a comment on this blog or added this blog feed to your feed reader, I thank you and I appologize for the move.&nbsp; But now is better than later.&nbsp; I&#39;m planning some really cool stuff in the near future and I when the time is right to post on it I wanted it to live at a permanent residence without further change.</p>
<p>Thanks for the space SharePoint Blogs.&nbsp; Please continue providing this excellent resource to the community!</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/rhouberg/2009/05/26/spreading-wings-and-stuff-like-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lessons Learned &amp; Fun in Bermuda</title>
		<link>http://vspug.com/rhouberg/2009/05/01/lessons-learned-amp-fun-in-bermuda/</link>
		<comments>http://vspug.com/rhouberg/2009/05/01/lessons-learned-amp-fun-in-bermuda/#comments</comments>
		<pubDate>Sat, 02 May 2009 00:18:00 +0000</pubDate>
		<dc:creator>Russ Houberg</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[So after a season of study and training, I&#39;m getting back into the swing of things.&#160; I thought that as I wrap up projects going forward, I might jot down solutions to things that hang me up along the way.&#160; I figure that by writing them down, I&#39;ll remember&#160;a little quicker next time!&#160; And of [...]]]></description>
			<content:encoded><![CDATA[<p>So after a season of study and training, I&#39;m getting back into the swing of things.&nbsp; I thought that as I wrap up projects going forward, I might jot down solutions to things that hang me up along the way.&nbsp; I figure that by writing them down, I&#39;ll remember&nbsp;a little quicker next time!&nbsp; And of course&#8230; the hope is that someone else may benefit.&nbsp; So I&#39;ll start off with lessons learned during a&nbsp;sweet gig in Bermuda (more on that later) that I just wrapped up.&nbsp; As usually, I hit my head on a couple of things.&nbsp; So here&nbsp;are a few tidbits:&nbsp; </p>
<h3>Lesson #1: Authentication and Localhost Loopback Check:</h3>
<p>I do a lot of projects related to migrating content into SharePoint.&nbsp; I learned long ago that migration throughput is much higher if my migration server is a WFE and I upload content to &quot;localhost&quot;.&nbsp; Basically, I add an entry in my host file that points the Portal host header to 127.0.0.1.&nbsp; The performance benefit comes from the fact that certain API and web service calls are much faster since data traffic doesn&#39;t leave the box until it&#39;s headed for the SQL Server (via SharePoint).</p>
<p>Well, the last couple of projects keep hanging me up because I can&#39;t seem to authenticate to the &quot;localhost&quot; host header site.&nbsp; That stupid auth box keeps popping up!&nbsp; And then it hits me&#8230; Once again I&#39;ve forgotten about the magic &quot;DisableLoopbackCheck&quot; registry value.&nbsp; A while back, one of the MS updates (or service packs, I forget which), Microsoft introduced a security feature that is meant to prevent reflection attacks by blocking authentication when using 127.0.0.1 with a host name that doesn&#39;t match the FQDN of the machine.&nbsp; The fix for this is to implement one of two possible registry tweaks described here:&nbsp; <a href="http://support.microsoft.com/kb/896861">http://support.microsoft.com/kb/896861</a>&nbsp; I&#39;ll be honest, I usually just go with the sledgehammer approach and use the DisableLoopbackCheck key.&nbsp; Most of the SharePoint servers I deal with are internal and are in no danger of a reflection attack.</p>
<h3>Lesson #2: MOSS Search Error</h3>
<p>I run into some crazy stuff sometimes related to search.&nbsp; Since we tend to put hundreds of thousands or even up to tens of millions of documents into SharePoint regularly, we occasionally find a rough edge or two.&nbsp; Also, KnowledgeLake software uses the search API exposed by MOSS search so that also adds a dimension of interest.&nbsp; Today I came across a wierd result where our search interface was surfacing a strange error.&nbsp; The error shows up in the UI as something like &quot;specified network name is no longer available&quot;.&nbsp; In the event log we find something like &quot;Query machine [servername] has been taken out of rotation due to this error: The specified network name is no longer available&quot;</p>
<p>My first thought was that I had a corrupt index because certain search criteria would yield normal results while others cause the error.&nbsp; So after a hard core &quot;reset all crawled content&quot; and full crawl didn&#39;t fix the problem.&nbsp; I researched further.&nbsp; It turns out that this is an issue on Windows Server 2008 machines with something called the &quot;TransactNamedPipe&quot; function call.&nbsp; If the function is used to request more than 8,000 bytes of data, the error occurs.&nbsp; So a quick trip to the hotfix store and PROBLEM SOLVED!&nbsp; If you come across this error, have a go at the hotfix found in this KB article:&nbsp; <a href="http://support.microsoft.com/kb/946487/en-us">http://support.microsoft.com/kb/946487/en-us</a></p>
<p>So that&#39;s it for the lessons learned on this gig.&nbsp; As for Bermuda&#8230; Well, what do you expect!&nbsp; It was beautiful.&nbsp; I was fortunate to have the weekend to myself.&nbsp; So I buzzed my little scooter all over the country (island).&nbsp; I checked out the crystal caves and visited several awesome beaches, the best of which is found in Horseshoe Bay.&nbsp; This truely is a postcard beach.&nbsp; If you&#39;re a photo buff, check out some of the shots I snapped here:&nbsp; <a href="http://www.flickr.com/photos/37780535@N05/sets/72157617260859413/">http://www.flickr.com/photos/37780535@N05/sets/72157617260859413/</a>&nbsp; Living smack dab in the middle of the US, it&#39;s a privilidge when I&#39;m able to get out and admire this amazing earth that God created.&nbsp; Bermuda is amazing.. a bit expensive!.. but amazing.&nbsp; It is basically untouched by industrial polution so the water is impossibly clear!</p>
<p>Finally, I have to give a shout out to Mark and Ben at Mad Hatters.&nbsp; Mark is the head waiter, Ben is the Executive Chef, and the two of them co-own an awesome restaurant tucked back in Hamilton Bermuda.&nbsp; It&#39;s a bit hard to find!&nbsp; If you can locate the Robin Hood pub, then you&#39;re just about across the street!&nbsp; Anyway, if you ever make it to Bermuda, I HIGHLY recommend it.&nbsp; I went twice and each time in addition to the (exceptional) fare that I ordered, Ben also whipped up a little extra something special.&nbsp; The first trip yielded an unexpected soft shell crab.&nbsp; The second trip offered an extra &quot;salmon sampler&quot; plate.&nbsp; Both were absolutely delicious.&nbsp; Ben is very gifted!&nbsp; Also, I was blown away by a black olive pesto that topped some veal I had ordered.&nbsp; I hate black olives.&nbsp; I hate almonds.&nbsp; I hate walnuts.&nbsp; I can only handle so much garlic.&nbsp; But Ben managed to chop it all up very finely and saute it in some olive oil.&nbsp; It was absolutely brilliant.&nbsp; All in all, I had some great food in Bermuda, including the local favorite &quot;wahoo&quot; fish steak and fish chowder.&nbsp; But Mad Hatters was definately the &quot;hidden gem&quot; of the trip.</p>
<p>Anyway, I had a good time in Bermuda.&nbsp; Greg and Murray were excellent hosts and with Sharon&#39;s help on the business rules side, we knocked it out of the park.&nbsp; Thanks guys!&nbsp;</p>
<p>It looks like there are some interesting potential projects on tap for the summer&#8230; Including a very large project that involves an MSFAST solution.&nbsp; Looking forward to that one!&nbsp; If that one lands on my plate, I&#39;m hoping to have a bunch of cool stuff to post about MSFAST.</p>
<p>Cheers</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/rhouberg/2009/05/01/lessons-learned-amp-fun-in-bermuda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Master Training: Are You Ready?</title>
		<link>http://vspug.com/rhouberg/2009/04/06/master-training-are-you-ready/</link>
		<comments>http://vspug.com/rhouberg/2009/04/06/master-training-are-you-ready/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 12:28:00 +0000</pubDate>
		<dc:creator>Russ Houberg</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[So I just made it back home after attending the 3-week&#160;R2 (Beta) rotation of the Microsoft Certified Masters SharePoint training.&#160; I wanted to specifically call out the fact that this was a beta program because I really wanted to commend Microsoft for putting together a very polished experience even though it was &#34;beta&#34;.&#160; Sure, there [...]]]></description>
			<content:encoded><![CDATA[<p>So I just made it back home after attending the 3-week&nbsp;R2 (Beta) rotation of the Microsoft Certified Masters SharePoint training.&nbsp; I wanted to specifically call out the fact that this was a beta program because I really wanted to commend Microsoft for putting together a very polished experience even though it was &quot;beta&quot;.&nbsp; Sure, there were a few&nbsp;minor issues and there&nbsp;is always room for improvement but it is clear that they&#39;ve worked very hard to get this right.</p>
<p>How was it?&nbsp; Absolutely incredible&#8230; and the most difficult training I&#39;ve ever attended in my entire life!&nbsp; It was 20 straight days of mental gymnastics.&nbsp; I don&#39;t want to come off sounding negative though.&nbsp; It was a very rewarding experience.&nbsp; Microsoft is clearly aiming for&nbsp;a very &quot;pure&quot; Master certification here.&nbsp; If you aren&#39;t extremely experienced with virtually all aspects of SharePoint, then there is a good chance you won&#39;t be successful.&nbsp; I had a few weak spots and I had to work my tail off (many late night study sessions) to compensate.&nbsp; But I think that was the case with a lot of the attendees.&nbsp; It&#39;s hard to have broad AND deep experience in every aspect of IT Pro and development that SharePoint touches.&nbsp; So each one of us found areas that could be improved.</p>
<p>So just to be clear before I get a bunch of specific responses to this post, there isn&#39;t much that I can say legally.&nbsp; But I do want to convey just a little flavor of the experience in general.</p>
<p>Let&#39;s say you&#39;ve got your 4 MCTS exams covered, you&#39;ve got several years of field experience with SharePoint, and you&#39;ve talked your company into putting up the $$,$$$ to cover the training expenses.&nbsp; Congratulations, you&#39;re ahead of the game!&nbsp; But wait&#8230; You&#39;ve got to make it past the interview.&nbsp; You have to be prepared to prove to the MCM training team that you have what it takes to be successful and trust me, they can figure out pretty quickly if you&#39;re all talk and no walk!&nbsp; If you pass this interview, then you&#39;ll make it into a rotation. (Congrats to those of you heading to the R3 rotation in June!)</p>
<p>So from there, I can&#39;t say a whole lot about the training specifically, but I can talk about the experience as a whole.</p>
<p>First of all, you&#39;re in the fire from day 1 and that fire has an interesting way of forging you together with your classmates.&nbsp; One of the things I enjoyed most about the training was the people in the class.&nbsp; We had a very culturally diverse group with folks from the UK, India, Austria, Germany, Portugal, Netherlands, Chicago, California, and of course St. Louis, MO (me).&nbsp; But it doesn&#39;t matter where you came from.&nbsp; Everyone enters the pressure cooker at the same time and the best way to make it through is to connect as a team.&nbsp;&nbsp;Group study was key.&nbsp; These people are some of the most intelligent and experienced SharePoint minds in the world and everyone has strengths and weaknesses in different areas.&nbsp; </p>
<p>Also, I was fortunate that every single one of my classmates were just plain &quot;good people&quot;.&nbsp; So I want to mention them.&nbsp; For the sake of privacy, I&#39;ll just abbreviate &#8211; here&#39;s a shout out guys &#8211; you know who you are!&nbsp; We had:</p>
<ul>
<li>Ali, a very experienced MCS consultant and all around great guy</li>
<li>Ram, a fun dude and high quality MCS consultant out of Chicago&nbsp;and fooseball master &#8211; at least in our class <img src='http://vspug.com/rhouberg/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </li>
<li>Dn, an extremely experienced Microsoft field engineer who blew my mind with the crazy problems he&#39;s solved. Dn was awesome.</li>
<li>Gln, the instructor from Germany who asked great questions and had a cool British accent</li>
<li>Tj, a soft-spoken but confident consultant from India</li>
<li>Ptr, another quiet but extremely friendly (and&nbsp;intelligent) guy.&nbsp; You don&#39;t realize just how smart he is until you talk to him a bit.</li>
<li>Brt, another MCS consultant with mad skills and amazing study habits</li>
<li>GP, MCS consultant from India, nice guy, fun to be around, asked some great questions</li>
<li>Rmn from Austria (another cool accent), MCS lifer (15 years!), dev guru, could probably code circles around me</li>
<li>Chs, a very well spoken independent consultant&nbsp;and all around Information Architecture philosophizer</li>
<li>Sp, an incredibly knowledgeable independent consultant who really added a lot to the class&#8230; particularly after the instructors were gone for the day</li>
<li>Mir, an extremely intelligent person from the Netherlands.&nbsp; Very pleasant contributor who&#39;s trying to become&nbsp;the &quot;second&quot; in the Netherlands.</li>
<li>Mau, an X- product team member who had some really cool nuts-and-bolts background info on WSS, and owner of the class mascot &quot;Asta&quot;</li>
<li>Nkl, a wickedly smart SharePoint guru from India.&nbsp; He had some awesome tips to provide from lessons learned</li>
<li>Kl, an independent consultant and hosting guru from Chi town. Gotta love this guy.. he a fan of Da Bears!</li>
<li>Me, I brought a bit of infrastructure and SQL to the table.</li>
</ul>
<p>I don&#39;t want&nbsp;to forget our Program Manager and Class &quot;MC&quot;.&nbsp; I don&#39;t know if he wants his name called out, but I wanted to publically say that I really appreciated all his hard work and effort in this program.&nbsp; He did a fantastic job of managing the entire process and the candidates.&nbsp; This training really has it&#39;s highs and lows and &quot;J&quot; was there to help guide us through.&nbsp; Thanks man.</p>
<p>Let&#39;s be honest, SharePoint is a HUGE product and nobody is a Master of all the deep dark corners of SharePoint when they walk in the door.&nbsp; But as you can see from the list above, the&nbsp;whole group together IS&nbsp;functions as a&nbsp;Master of SharePoint.&nbsp; When experiences are shared everybody learns.&nbsp; Then you mix in the excellent instructors that Microsoft has commissioned, the top minds in their respective fields.&nbsp; I don&#39;t want to call them out because they&nbsp;may or may not be the instructors for future courses, I don&#39;t know.&nbsp; (OK, I have to say that Paul Randal &#8211; SQL Grand Master &#8211; was&nbsp;straight up&nbsp;amazing.&nbsp; I really geek out on SQL stuff.)&nbsp; But it is clear that Microsoft&nbsp;is serious about the true Master nature of this program.&nbsp;So what you end up with is not just training.&nbsp; Rather it&#39;s a true LEARNING experience.&nbsp; If you invest in the corporate learning experience and you put in the work, you can&#39;t help but come out much stronger than when you entered.&nbsp; On top of that, you&#39;ll feel more confident in your skills and, if you pass, you&#39;ll feel validated in your knowledge.</p>
<p>The days are long.&nbsp; Hours upon hours of lecture, but oddly enough, they fly by because this stuff is so relevant.&nbsp; Before you know it, the &quot;day&quot; is over.&nbsp; Heh, but then the study time begins.&nbsp; There are labs to complete, material to review, and tests to study for late into the night.&nbsp; Then you have to find a way to shut your brain off long enough to catch some sleep before the whole process starts all over the next day!&nbsp;&nbsp;Usually this isn&#39;t a problem because you&#39;re wiped out&nbsp;mentally every day.&nbsp; But you&#39;ll end up dreaming about this stuff too!</p>
<p>I don&#39;t know what I can say about the last day other than it was the hardest day of my professional career!&nbsp; I&#39;ll just leave it at that.</p>
<p>Was it worth it?&nbsp; Yup!&nbsp; You know it&#39;s interesting.&nbsp; This is by far the most expensive training course I&#39;ve ever attended, but the resources that Microsoft brought to bear on this project were nothing short of incredible.&nbsp; I can&#39;t image how much money has been spent to bring together&nbsp;this comprehensive set of&nbsp;presenters, courseware,&nbsp;and hardware resources.&nbsp; I figure that MS is probably just breaking even!&nbsp; At least in the early rotations.&nbsp; I think they are mostly interested in getting competent SharePoint Masters out into solution space to ensure that SharePoint is successful.&nbsp; I don&#39;t think this program is going to&nbsp;make them a bunch of&nbsp;money.&nbsp; </p>
<p>Is it expensive?&nbsp; Yes.&nbsp; But it is THREE weeks of training.&nbsp; If you do the math compared to some of the week long training courses out there then you&#39;ll see they are fair.&nbsp; There is no way anyone else but Microsoft could put together this much brain-trust in one place.&nbsp; This isn&#39;t your standard training class where you&#39;ve heard most of the marketecture before.&nbsp; This is REAL knowledge.&nbsp; Hard core nuts-n-bolts information that will lay a strong foundation and enable you to tackle&nbsp;ANY&nbsp;SharePoint engagement no matter how complex.&nbsp; That type of value will benefit ANY organization or independent consultant who works in the SharePoint space.&nbsp; I was VERY fortunate that KnowledgeLake sees the value in having an MCM on staff.</p>
<p>I believe that the Microsoft Certified Master (MCM) SharePoint cert will quickly be recognized as the pinnacle of technical achievement in the SharePoint community.&nbsp; A Master is someone you can trust for accurate information.&nbsp; If for some reason they can&#39;t help you directly, then they have the connections to get it done.&nbsp; Probably someone from the rotation they attended has the information.&nbsp; Even if that isn&#39;t the case, then there are other lines of communication that can be tapped by a Master to get answers to the hard questions.</p>
<p>I still don&#39;t know if I&#39;m a Master yet or not.&nbsp; But even if I didn&#39;t pass all the tests, I can assure you that I WILL be a Master eventually, even if I find out that I have to re-take some stuff.&nbsp; On that topic&#8230; If you know anyone who attends the training and fails&nbsp;one or more tests, please don&#39;t think&nbsp;less of them.&nbsp;&nbsp;The Master tests are designed to make sure you are unquestionably competent in&nbsp;ALL aspects of SharePoint.&nbsp; They are indescribably difficult.&nbsp; The sheer volume of knowledge that has to be in place to even make it into the class puts each candidate on a higher plane already.&nbsp;&nbsp;Even someone&nbsp;who washes out and doesn&#39;t&nbsp;achieve certification is probably a better SharePoint&nbsp;resource than most.&nbsp; There is a very small minority of those who make it TO the class that pass everything the first time through.&nbsp; There is NO SHAME in a retake!</p>
<p>Now that I&#39;ve been through the gauntlet I am more aware of technical weaknesses.&nbsp; The cool thing is that, armed with that information, there is a clear path to improvement.&nbsp; There is no way to convey the difficulty of the program in words.&nbsp; You have to experience it.&nbsp; My biggest recommendation to potential candidates is to STUDY THE PRE-READING materials.&nbsp; That is your best preparation tool.&nbsp; Once again KL was very helpful in this regard and even gave me plenty of extra to&nbsp;pre-study before I even attended.&nbsp; I was surprised to find that almost everything that was taught was available &quot;somewhere&quot; out in the ether.&nbsp; But if you are experienced&#8230; and you are prepared&#8230; Don&#39;t fear the program!&nbsp; Mind your training!&nbsp; Save you it can! (gratuitous Star Wars reference).</p>
<p>Bottom line:&nbsp; The MCM training just put me on a knowledge rocket ship.&nbsp; The G-forces were intense.&nbsp; It was like one of those roller coasters that scares you to death and thrills you at the same time.&nbsp; I&#39;ve never enjoyed a knowledge expansion exercise as much as this.&nbsp; If you&#39;ve got the skills, you&#39;ve got the nerve, and you&#39;ve got the $$$, then GO FOR IT!</p>
<p>I now know that if I haven&#39;t passed everything, I am capable.&nbsp; So I won&#39;t give up.</p>
<p>To anyone else who is accepted into this training, GOOD LUCK!</p>
<p>To my classmates in R2, thanks for everything guys.&nbsp; It was an honor.&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/rhouberg/2009/04/06/master-training-are-you-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>State of the Search</title>
		<link>http://vspug.com/rhouberg/2009/03/03/state-of-the-search/</link>
		<comments>http://vspug.com/rhouberg/2009/03/03/state-of-the-search/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 14:08:00 +0000</pubDate>
		<dc:creator>Russ Houberg</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[So&#8230;
I&#39;ve been holding off on this post for a few days now because I couldn&#39;t determine if this information was &#34;in the wild&#34; yet.&#160; But it turns out that it&#39;s been reported on by at least one other blog post, so if this was protected info, I&#39;m not the guy who released it!  
That [...]]]></description>
			<content:encoded><![CDATA[<p>So&#8230;</p>
<p>I&#39;ve been holding off on this post for a few days now because I couldn&#39;t determine if this information was &quot;in the wild&quot; yet.&nbsp; But it turns out that it&#39;s been reported on by <a target="_blank" href="http://www.enterprisesearchblog.com/2009/02/a-roadmap-for-fast-inside-of-microsoft-fast-forward-09-coverage.html" title="ESP for SharePoint">at least one other blog post</a>, so if this was protected info, I&#39;m not the guy who released it! <img src='http://vspug.com/rhouberg/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>That said&#8230; here&#39;s the deal.&nbsp; Microsoft is doing a Wal-Mart rollback on ESP (FAST Search) for SharePoint!&nbsp; If you have an EA with Microsoft that includes MOSS, then you can &quot;add on&quot; ESP for SharePoint for $25K per server.&nbsp; The MOSS CALs cover the client access to said server.&nbsp; So why is that cool?&nbsp; Let us count the ways:</p>
<ol>
<li>Unlike MOSS Search, FAST Search is scalable far beyond the 50 million item recommended limit for a SharePoint index server.&nbsp; In fact, depending on the configuration, MSFAST can handle 50 &#8211; 75 million indexed items PER SERVER.</li>
<li>Note the PER SERVER.&nbsp; With FAST, we can scale OUT instead of just UP.&nbsp; Need to crawl more items&#8230;&nbsp; No problem, just bolt on another FAST server.&nbsp; Need to crawl items faster.&nbsp; No problem, just bold on another FAST server.</li>
<li>Anybody want to guess how big a SharePoint farm scale now that MSFAST is doing the crawling?&nbsp; Well, I can see architectures of 1/2 BILLION documents OR MAYBE MORE being possible with binary externalization being an additional enabler.</li>
<li>It just got WAY cheaper.&nbsp; FAST used to be sold based on the features needed in the solution and it was well into the 6 and sometimes 7 figure range for cost.&nbsp; Heh.&nbsp; Nope.&nbsp; Now it&#39;s sold PER SERVER for $25K as long as it&#39;s used to to index a SharePoint farm.</li>
<li>It&#39;s available TODAY!&nbsp; While there is a licensing path to FAST for O14, you don&#39;t have to wait!&nbsp; If you&#39;re index server is suffering and you&#39;ve got an MS EA&#8230; what are you waiting for?</li>
</ol>
<p>This is a game changer folks.&nbsp; I&#39;m currently&nbsp;architecting what could potentially be the largest SharePoint implementation in the world and FAST is a cornerstone technology for this solution.&nbsp; We&#39;re talking 100s of millions of documents.&nbsp; 30 terabytes of metadata and binary content.</p>
<p>After I grind through SharePoint Master training in a few weeks here, I&#39;ll soon be heading off to MSFAST training.&nbsp; So KnowledgeLake will soon be well position in the SharePoint enterprise architecture space.&nbsp; That&#39;s right.&nbsp; KnowledgeLake is more than just leaders in the ECM industry.&nbsp; We have assembled a tiger team of seasoned SharePoint consultants as well.&nbsp; Sort of like that Midas car commercial&#8230; If your looking for anything related to SharePoint deployment&#8230; &quot;we do that&quot;.</p>
<p>The competition should be scared.&nbsp; there are no more bullets in the gun. They shot across the bow with &quot;MOSS Search has scalability limitations&quot; and &quot;you can&#39;t store blobs in a SQL database&quot;.&nbsp; Both issues have now been address by either MIcrosoft server stack or 3rd party products (externalization).&nbsp; And very soon, even externalization will be core stack.</p>
<p>So stay tuned as KnowledgeLake works to prove that the boundaries of what SharePoint can do for the enterprise have indeed been redefined!&nbsp; As we push into a new level of scalable solutions, I&#39;ll publish experiences here on this blog.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/rhouberg/2009/03/03/state-of-the-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight SlideShow for SharePoint Picture Libraries</title>
		<link>http://vspug.com/rhouberg/2009/02/09/silverlight-slideshow-for-sharepoint-picture-libraries/</link>
		<comments>http://vspug.com/rhouberg/2009/02/09/silverlight-slideshow-for-sharepoint-picture-libraries/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 20:53:00 +0000</pubDate>
		<dc:creator>Russ Houberg</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[This is way cool.&#160; So as I&#39;m preparing for this SharePoint Master training, I&#39;m working through some site customization.&#160; I started playing with a hosted WSS 3.0 site to see what I could do without writing a single line of compiled code.
I hit a big roadblock when I wanted to use a picture library as [...]]]></description>
			<content:encoded><![CDATA[<p>This is way cool.&nbsp; So as I&#39;m preparing for this SharePoint Master training, I&#39;m working through some site customization.&nbsp; I started playing with a hosted WSS 3.0 site to see what I could do without writing a single line of compiled code.</p>
<p>I hit a big roadblock when I wanted to use a picture library as a source for an animated slideshow.&nbsp; I can&#39;t upload custom webparts to the site because I don&#39;t have the rights to deploy solutions or features or to manipulate the web.config.&nbsp; So I figured there has to be some way using RSS or something.&nbsp; My first instinct was to start trolling for a free Flash based RSS reader type library.&nbsp; No joy.&nbsp; Most of them either cost money or they wanted to do a one time conversion to output a SWF for a Facebook page or something. Lame.</p>
<p>Moving on&#8230; It hit&#39;s me!&nbsp; Dude, you&#39;re a Microsoft developer so take your butt to &quot;Live Search&quot; and type in the word &quot;Silverlight&quot;.&nbsp; Way cool!&nbsp; Turns out there&#39;s an open source (uhhh free) on <a target="_blank" href="http://www.codeplex.com/silverlightslideshow/Release/ProjectReleases.aspx?ReleaseId=9559" title="Codeplex">Codeplex</a> that a few XSL script kitties have munged into a SharePoint page.&nbsp; SWEET!</p>
<p>So after following the instructions on an excellent blog post called <a target="_blank" href="http://www.sharepointevolved.com/blog/Lists/Posts/Post.aspx?ID=27" title="Using Silverlight SlideShow and a SharePoint Picture Library">&quot;Using Silverlight SlideShow and a SharePoint Picture Library&quot;</a> from the excellent <a target="_blank" href="http://www.sharepointevolved.com/default.aspx" title="SharePoint Evolved blog">SharePoint Evolved blog</a>, I was rockin!&nbsp; In fact, I was able to tweak the procedure a bit and squeeze TWO different slideshows point to TWO different picture libraries on the same page.&nbsp; In my case, I needed one of the slideshows for some rotating &quot;information&quot; slides and the other slideshow for your standard &quot;picture stack&quot; slide show.&nbsp; It looks great and it&#39;s dynamic.</p>
<p>So then I got a little creative.&nbsp; I added an extra column to each picture library called OrderIndex.&nbsp; Then I tweaked the CAML a bit to order the data by the OrderIndex.&nbsp; Now I&#39;m able to add and remove images at will AND re-order them however I see fit!&nbsp; And that way cool Silverlight slideshow just picks up the changes and rolls with it.&nbsp; </p>
<p>Rock on Silverlight!</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/rhouberg/2009/02/09/silverlight-slideshow-for-sharepoint-picture-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Next Level &#8211; Microsoft Certified Master</title>
		<link>http://vspug.com/rhouberg/2009/01/30/the-next-level-microsoft-certified-master/</link>
		<comments>http://vspug.com/rhouberg/2009/01/30/the-next-level-microsoft-certified-master/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 14:55:00 +0000</pubDate>
		<dc:creator>Russ Houberg</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Folks,
I&#39;ve been blessed to be part of this white hot technology called SharePoint for the last 5 years.&#160; It all started in late 2003 early 2004 when a SharePoint MVP named Darrin Bishop took me under his wing and began to show me how SharePoint would one day RULE THE WORLD of corportate intranets and [...]]]></description>
			<content:encoded><![CDATA[<p>Folks,</p>
<p>I&#39;ve been blessed to be part of this white hot technology called SharePoint for the last 5 years.&nbsp; It all started in late 2003 early 2004 when a SharePoint MVP named Darrin Bishop took me under his wing and began to show me how SharePoint would one day RULE THE WORLD of corportate intranets and collaboration portals.&nbsp; He was dead right.&nbsp; I really enjoyed the platform.&nbsp; There was a lot more sizzle to it than the Biztalk work I had been doing and I wanted to be more than just another .NET developer.</p>
<p>Turns out that Darrin was writing a book called <a title="The Rational Guide to Building SharePoint Web Parts" href="http://www.amazon.com/Rational-Guide-Building-SharePoint-Guides/dp/0972688862/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1233331323&amp;sr=1-1" target="_blank">The Rational Guide to Building SharePoint Web Parts</a>&nbsp;and I was unknowingly the guinee pig for some of the concepts that he would later publish.&nbsp; Anyway, Darrin helped provide me with a good SharePoint foundation, back when there weren&#39;t many people doing SharePoint.&nbsp; From there, I executed several engagements on my own on the WSS V2 platform.</p>
<p>Eventually, I was led to make a change.&nbsp; A long term engagement (over 6 months) with a client that involved a daily 2.5 hour 1 way commute got to be a bit much and there was no end in sight.&nbsp; So I poked my head out onto Monster.com and found this company called KnowledgeLake who figured out that the SharePoint platform makes for a real nice &quot;out of the box&quot; storage repository for Document Management systems.&nbsp; They needed Professional Services consultants with SharePoint experience.&nbsp; Not only did I have experience architecting solutions, but I could also code against the object model.&nbsp; I sent my resume to them and they called me within 45 minutes!&nbsp; A great relationship was born.</p>
<p>Well, fast forward to 2009.&nbsp; I know have 5 years of SharePoint architecture experience and I&#39;ve passed all 4 SharePoint MCTS tests.&nbsp; Low and behold, I&#39;ve met the pre-requisites for the Microsoft Certified Master training program!&nbsp; But, holy cow this is some expensive training!&nbsp; Who could expect their employer to just randomly spring for an $18,000+ training program with no guarantee of success?&nbsp; I didn&#39;t think they would go for it but KL never ceases to surprise me.&nbsp; One of the VPs of the company heard about the Master program through the MS Partner Advisory Council.&nbsp; He actually contacted ME!&nbsp; </p>
<p>So I applied and was accepted into the program!&nbsp; I am very flattered, honored, excited, and scared to death all at the same time right now.&nbsp; I have 6 weeks to brush up on the areas of SharePoint that I have less experience in.&nbsp; My career has been focused around large scale architecture and deployment, search, taxonomy design, and general IT infrastructure planning.&nbsp; So I&#39;ll be spending the next 6 weeks broadening my skills with branding/theming, web content management, BDC, Forms Server, and Report Server/BI integration.</p>
<p>I&#39;ve already poured through all of the background info I can find on the net.&nbsp; Including the blog entries on the topic from <a href="/tbaginski/archive/2008/11/21/sharepoint-certified-master-an-inside-look.aspx" target="_blank">Todd Baginski</a>, <a href="/tbaginski/archive/2008/11/21/sharepoint-certified-master-an-inside-look.aspx" target="_blank">Spencer Harbar</a>, and <a href="http://www.andrewconnell.com/blog/archive/2008/11/20/Microsoft-Certification-Master-for-SharePoint--My-Involvement-in-Helping.aspx" target="_blank">Andrew Connell</a>.&nbsp; So based on what I&#39;ve read so far, I&#39;m pretty sure this is going to be the hardest thing I&#39;ve ever done!</p>
<p>I will blog more about the program but only to the extent that I&#39;m allowed.&nbsp; I haven&#39;t figured out yet what &quot;allowed&quot; is yet, so there won&#39;t be much right away.</p>
<p>Hopefully though, I&#39;ll be sitting down, back in my office, on April 5th, blogging about the experience in general.&nbsp; Pass or fail.&nbsp; I plan to write it down here.&nbsp; Oh yeah.&nbsp; I don&#39;t plan on failing.</p>
<p>Anyway, this concludes the narritive on my SharePoint career!&nbsp; As I move through new study material, I&#39;m sure I&#39;ll have some additional interesting technical comments.</p>
<p>Cheers.</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/rhouberg/2009/01/30/the-next-level-microsoft-certified-master/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sabatacle&#8230;</title>
		<link>http://vspug.com/rhouberg/2009/01/30/sabatacle/</link>
		<comments>http://vspug.com/rhouberg/2009/01/30/sabatacle/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 14:39:00 +0000</pubDate>
		<dc:creator>Russ Houberg</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Well,
I&#39;m not sure if I ever really gained any &#34;followers&#34; of this blog last year.&#160; I figure I posted some decent reference material but probably not frequently enough for anyone to subscribe to the feed.&#160; So what the heck have I been doing since my last post in June of 2008?
Well, the short answer is [...]]]></description>
			<content:encoded><![CDATA[<p>Well,</p>
<p>I&#39;m not sure if I ever really gained any &quot;followers&quot; of this blog last year.&nbsp; I figure I posted some decent reference material but probably not frequently enough for anyone to subscribe to the feed.&nbsp; So what the heck have I been doing since my last post in June of 2008?</p>
<p>Well, the short answer is that I&#39;ve been building a house!&nbsp; The contract was placed for the sale of our old house in June of 2008.&nbsp; Since that time, it&#39;s been a tornado of events that lead me to today where I type this from my brand new office (I can still smell the new paint!) in the loft of our new home!&nbsp; We sold the old place, moved into an apartment (didn&#39;t want 2 house payments!), started a construction loan, dug a big hole, watched hurricane Ike fill it with water, pumped it out, poured the basement, and then watched my general orchestrate a symphony of subcontractors as they built us a beautiful home!</p>
<p>Anyway, so that explains the haiatus!&nbsp; In the mean time, I had to pay the bills, so I have to once again sing the praises of KnowledgeLake.&nbsp; They graciously helped me by giving me content migrations to work on for a group of customers.&nbsp; The benefit to that was that I was working alone, usually from home, where my schedule could be extremely flexible.&nbsp; When they dug the hole and struck water, I could go out to decide how deep the basement would be (and give up my walk-out).&nbsp; When one of the concrete walls in the basement came out a bit too far, I could help decide where the new stair placement would be and how it would affect my other walls.&nbsp; When the master bath shower ended up sticking out into the middle of the room, I was there to change the plans so that it didn&#39;t.&nbsp; </p>
<p>Anyway, to make a long story short, KnowledgeLake totally rocks.&nbsp; There have been seasons where I worked my tail off for them to dream up some creative solution or to pull a customer engagement out of the fire.&nbsp; The last 6 &#8211; 8 months was a season that had me working just 8 hours a day, no more, no less and often in a very hit and miss schedule.&nbsp; They let this be a season that I could focus more on my personal life than my job.&nbsp; Thanks KL.&nbsp; That type of employer loyalty is hard to find and I don&#39;t take it for granted.&nbsp; It just makes me want to work all the harder this year!</p>
<p>So there it is.&nbsp; I&#39;ve been off doing migrations and building a house.&nbsp; Not much interesting technically.&nbsp; But it&#39;s a new season now.&nbsp; And in my next post, I&#39;ll be talking about what will be driving more blog posts in the near future!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/rhouberg/2009/01/30/sabatacle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MOSS Scalability and Performance WhitePaper RELEASED!</title>
		<link>http://vspug.com/rhouberg/2008/06/14/moss-scalability-and-performance-whitepaper-released/</link>
		<comments>http://vspug.com/rhouberg/2008/06/14/moss-scalability-and-performance-whitepaper-released/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 14:50:00 +0000</pubDate>
		<dc:creator>Russ Houberg</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Ok.&#160; So I&#39;ve been waiting for this day for about 3 months now!
The culmination of the efforts of several incredible individuals has officially materialized.&#160; ANNOUNCING:
Using Microsoftr Office SharePointr Server to implement a large-scale content storage scenario with rapid search availability 

This document is a scalability whitepaper that has been reviewd by Microsoft and posted on [...]]]></description>
			<content:encoded><![CDATA[<p>Ok.&nbsp; So I&#39;ve been waiting for this day for about 3 months now!</p>
<p>The culmination of the efforts of several incredible individuals has officially materialized.&nbsp; ANNOUNCING:</p>
<p><b><font size="4"><a title="Microsoft Scalability Whitepaper" href="http://go.microsoft.com/fwlink/?LinkID=120891">Using Microsoftr Office SharePointr Server to implement a large-scale content storage scenario with rapid search availability</a> </p>
<p></b></font></p>
<p>This document is a scalability whitepaper that has been reviewd by Microsoft and posted on TechNet. This white paper presents the key decision points, architecture design and definition, test criteria and results from a scalability and performance test conducted at the Microsoft Partner Solutions Center (MPSC) in Redmond, WA.</p>
<p>Don&#39;t be discouraged by the 97 pages of content in this document!&nbsp; It&#39;s an easier read than it appears.&nbsp; Many of the pages are graphs and charts that document the results of the test runs.</p>
<p>I just wanted to thank Andy Hopkins for breathing life into this effort and finding the funding that got it done!&nbsp; If he hadn&#39;t brought in KnowledgeLake, I&#39;d still be just messing around with conversion and migration into SharePoint!</p>
<p>And I can&#39;t forget my good friend Paul Learning.&nbsp; This guys is amazing folks.&nbsp; His architecture guidance and his ability to keep us &quot;on track&quot; with Microsoft guidelines were excellent.&nbsp; Paul is a taxonomy wiz kid and a dedicated professional.&nbsp; I can&#39;t even count how many late nights he worked to bring this effort to life.&nbsp; Thanks Paul.&nbsp; As each of us navigate our careers, I expect to stay in touch with you all allong the way.</p>
<p>I also want to thank the SharePoint architects and product team members that consulted with us on this effort.&nbsp; You guys were willing to share your knowledge and I&#39;m a better architect for it.&nbsp; I&#39;m not sure if any of you read this blog but in case you do, I just wanted you to know that I appreciate that you added your knowledge to the mix.&nbsp; My hope is that you will continue to see me evangelizing SharePoint Scalability and Search technologies for many years to come.</p>
<p>Finally, (can you hear the Emmy exit music?) I wanted to thank KnowledgeLake.&nbsp; These guys continue to bless me with the opportunities that allow me to further my career and the success of KnowledgeLake.&nbsp; I don&#39;t take this privilege lightly.&nbsp; Ron Cameron, Bob Bueltmann, Gregg Smith, Chris Caplinger, and Tom Brownell.&nbsp; I can&#39;t imagine working for a better 5 guys.&nbsp; The servant leadership culture that you all live and breathe is truely appreciated.</p>
<p>So, the whitepaper is here&#8230; forever added to the ocean of information in TechNet.&nbsp; My hope is that it helps the community and furthers the image of SharePoint as a highly scalable collaborative and content management platform!</p>
<p><font>Download (.docx): </font><a href="http://go.microsoft.com/fwlink/?LinkId=120881"><font>http://go.microsoft.com/fwlink/?LinkId=120881</font></a><font> </font></p>
<p><font>TechNet topic: </font><a href="http://go.microsoft.com/fwlink/?LinkId=120901"><font>http://go.microsoft.com/fwlink/?LinkId=120901</font></a><font> </font></p>
<p><font>Download (.doc): </font><a href="http://go.microsoft.com/fwlink/?LinkID=120890"><font>http://go.microsoft.com/fwlink/?LinkID=120890</font></a><font> </font></p>
<p><font>Download (.pdf): </font><a href="http://go.microsoft.com/fwlink/?LinkID=120891"><font color="#800080">http://go.microsoft.com/fwlink/?LinkID=120891</font></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/rhouberg/2008/06/14/moss-scalability-and-performance-whitepaper-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TechEd 2008 Whirlwind &#8211; RBS, FAST Search, and Hyper-V</title>
		<link>http://vspug.com/rhouberg/2008/06/14/teched-2008-whirlwind-rbs-fast-search-and-hyper-v/</link>
		<comments>http://vspug.com/rhouberg/2008/06/14/teched-2008-whirlwind-rbs-fast-search-and-hyper-v/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 14:21:00 +0000</pubDate>
		<dc:creator>Russ Houberg</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[What can I say about this past week!&#160; It was a great ride and I&#39;m not even talking about The Mummy at Universal!&#160; I spent this last week at TechEd 2008 in Orlando.&#160; It was such an amazing event that I don&#39;t even know where to begin!&#160; So I&#39;ll start with the facts.
Microsoft&#39;s new hypervisor [...]]]></description>
			<content:encoded><![CDATA[<p>What can I say about this past week!&nbsp; It was a great ride and I&#39;m not even talking about The Mummy at Universal!&nbsp; I spent this last week at TechEd 2008 in Orlando.&nbsp; It was such an amazing event that I don&#39;t even know where to begin!&nbsp; So I&#39;ll start with the facts.</p>
<p>Microsoft&#39;s new hypervisor technology &quot;Hyper-V&quot; is set to storm onto the scene.&nbsp; I saw some excellent demos this week.&nbsp; So good in fact, that I&#39;ll probably have Windows Server 2008 with Hyper-V running on my laptop and/or my desktop before the week is out.&nbsp; The big thing I picked up here is that the hypervisor layer has been pushed below the kernal layer so we get a very &quot;close to the metal&quot; connection with system RAM and disk I/O interfaces (SCSI, SATA, HBA, etc).&nbsp; So the old addage of losing 15-20% performance from virtualization probably goes out the window.&nbsp; It&#39;s probably closer to 3 &#8211; 5% now.</p>
<p>I also enjoyed talking with the enterprise search product manager from Microsoft.&nbsp; I look forward to talking with him again regarding how FAST is going to complete the enterprise search story for SharePoint.&nbsp; With any luck, KnowledgeLake will be in on the ground floor of this new frontier.</p>
<p>Lastly, Hao Zhai, a friend of mine and the Commercial Product Manager for KnowledgeLake attended a session on &quot;Unstructured Data Storage&quot;.&nbsp; I totally missed this session so I&#39;m going to plagerize the email he sent me.&nbsp; This single email signifies the beginning of Microsoft &quot;getting it right&quot; regarding large scale document repository architecture.&nbsp; Check this out from Hao:</p>
<p style="COLOR:red;">Went to a session today on &#8220;Unstructured Data Storage&#8221;. The presenter confirmed that Microsoft will provide a RBS (Remote Blob Storage) API for SQL 2008 that allows binary data to be stored on &#8220;remote&#8221; devices. NetApp, EMC and IBM have all officially signed up to write providers for this API, Hitachi and Fujitsu were also mentioned as &#8220;in the works&#8221;. This is in addition to the FileStream feature where blobs are stored on locally attached NTFS volumes. In both cases, SQL Server will manage the backup/link consistency between DB and blob store.</p>
<p style="COLOR:red;">The SharePoint team has committed to leverage FileStream and RBS in O14. To me, this means SharePoint will be able to truly compete head-to-head with Documentum/OnBase/FileNet in terms of storage scalability.</p>
<p style="COLOR:red;">This will replace the current &#8220;External Blob API&#8221; in SharePoint v3 SP1. The current API will continue to exist for backward compatibility for those who built solutions around it while waiting for O14. However, with the SharePoint team committing to implement a new/better solution OOTB leveraging SQL Server 2008, any investment in the current API would have very short-lived relevancy.</p>
<p>WOW!&nbsp; Amazing stuff!&nbsp; Guess what guys, without blobs in the SQL database, we will be able to take SharePoint into the BILLIONS of documents!&nbsp; Once remote blob storage bursts onto the scene for SharePoint even simple taxonomies will be able to scale to INSANE numbers of documents!&nbsp; I CAN&#39;T WAIT!!!</p>
<p>Lastly, I want to throw a shout out to the Novell booth in the partner expo center.&nbsp; Thanks to them, I scored a $1000 travel voucher by winning the Tiger Woods long drive challenge in their booth!&nbsp; Also, I&#39;m not sure if Rob, Khai, or Mac read this blog or not but I had fun with those guys!&nbsp; We all did a few round trips into the long drive line trying to one-up each others drive lengths!&nbsp; It was all friendly competition and I had a BLAST!</p>
<p>So there it is.&nbsp; With any luck we&#39;ll all soon be maximizing our massive multi-core servers using Hyper-V to run large SharePoint farms that do blob externalization all while being crawled using FAST search!&nbsp; So uhh, just a heads up to the Documentum guy who tried to sell his wares during my Birds of a Feather scalability session&#8230;. Might want to freshen up that resume.&nbsp; <img src='http://vspug.com/rhouberg/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/rhouberg/2008/06/14/teched-2008-whirlwind-rbs-fast-search-and-hyper-v/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Database Indexes and Statistics</title>
		<link>http://vspug.com/rhouberg/2008/05/16/sharepoint-database-indexes-and-statistics/</link>
		<comments>http://vspug.com/rhouberg/2008/05/16/sharepoint-database-indexes-and-statistics/#comments</comments>
		<pubDate>Fri, 16 May 2008 17:20:00 +0000</pubDate>
		<dc:creator>Russ Houberg</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[In the storage whitepaper that I recently released, I talked a bit about the SPDatabaseStatisticsJobDefinition timer job and the fact that it can, in most cases keep SharePoint running smoothly.&#160; However, I recently had to research a bit further into what exactly this timer job does.&#160; This is what I discovered:
This timer job is associated [...]]]></description>
			<content:encoded><![CDATA[<p>In the storage whitepaper that I recently released, I talked a bit about the <strong>SPDatabaseStatisticsJobDefinition</strong> timer job and the fact that it can, in most cases keep SharePoint running smoothly.&nbsp; However, I recently had to research a bit further into what exactly this timer job does.&nbsp; This is what I discovered:</p>
<p>This timer job is associated with each web application in the farm.&nbsp; It is automatically created and configured to run weekly when the web application is created.&nbsp; I mentioned that it might be a good idea to run some sort of statistics refresh after a large migration (into SharePoint) or similar operation.&nbsp; Well, the interesting thing is that I traced this timer job definition all the way down to a stored procedure that exists in every content database.&nbsp; The stored procedure is called proc_UpdateStatistics.&nbsp; </p>
<p>So if it were my farm, I might be inclined to try to modify the schedule for this timer job but this may not be possible (haven&#39;t had time to check).&nbsp; The other possibility is to just execute the stored procedure manually but&nbsp;that might not be supported by Microsoft.&nbsp; Interestingly, <a title="SharePoint Maitenance Plan KB Article 932744" href="http://support.microsoft.com/kb/932744/" target="_blank">according to this KB article</a>, Microsoft specifically says that it&#39;s OK to update statistics, so maybe it is supported.</p>
<p>Anyway, I just thought all of that was interesting.&nbsp; On a related note, I want to clarify, that this timer job runs the statistics update on CONTENT DATABASES.&nbsp; So it is highly likely that you will need to create an additional maintenance plan specifically for the SSP search database.&nbsp; If the search database is large and/or supports millions of documents, it&#39;s a good idea to keep it cleaned up regularly.&nbsp; </p>
<p>Finally, a bit of a warning.&nbsp; No matter how you manage your indexes/statistics refresh, you don&#39;t want to be updating statistics any time a crawl is running.&nbsp; Particularly if the crawl has a lot to do (full crawl), if you&#39;re trying to update statistics at the same time, you could end up grinding the SQL Server into oblivion.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/rhouberg/2008/05/16/sharepoint-database-indexes-and-statistics/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
