Yesterday I received an interesting question: a customer had the need to import several hundred keywords and related best bets programmatically to a couple of site collections. And for sure he did not want to do this manually using the web UI. I found the following solution for this problem: SPSite spsite = new SPSite(“http://localhost:4007”); SearchContext searchContext = SearchContext.GetContext(spsite); Keywords keywords = new Keywords(searchContext, new Uri(“http://localhost:4007”)); // loop begin Keyword myKeyword = keywords.AllKeywords.Create(“myKeyword”, DateTime.Now); […]

Windows Server 2003 Service Pack 2 Windows Server 2003 Service Pack 2 (SP2) delivers on the Microsoft Trustworthy Computing initiative and illustrates Microsoft’s commitment to continually create software products with enhanced security, increased reliability, and simplified administration. The SP2 update can be applied to all Windows Server 2003 products and Windows XP Professional x64 Edition. […]

Two articles have been released to discuss the daylight saving time change and the impact on WSS: 933738 – An update is available that addresses an issue in which items that use the Date field and the Time field are off by one hour in Windows SharePoint Serviceshttps://support.microsoft.com/default.aspx?scid=kb;EN-US;933738 933853 – How to manually update the TIMEZONE.XML file […]

Overview The Microsoft Best Practices Analyzer for Windows SharePoint Services 3.0 and the 2007 Microsoft Office System Best Practices Analyzer programmatically collects settings and values from data repositories such as MS SQL, registry, metabase and performance monitor. Once collected, a set of comprehensive ‘best practice’ rules are applied to the topology. Administrators running this tool […]

  Book DescriptionMicrosoft Office Sharepoint Server 2007 is the in-depth, one-volume guide to administering Office SharePoint Server 2007 direct from the experts. Get comprehensive information to plan, deploy, administer, and support Microsoft Office SharePoint Server 2007. With this Administrators Companion, you get mission-critical information in a single volumestraight from the experts. From the PublisherKey Book […]

Overview The Windows SharePoint Services 3.0 SDK contains conceptual overviews, programming tasks, and references to guide you in developing solutions based on Windows SharePoint Services as a platform. The SDK includes information about the following technologies: Web Part Framework   Create, package, and deploy Web Parts on SharePoint sites. Server-side object model   Work with individual lists and sites […]

Overview The Microsoft Office SharePoint Server 2007 SDK is designed for solution providers, independent software vendors, value-added resellers, and other developers to learn about the new Office SharePoint Server 2007 enterprise application and platform. It features conceptual and “How to” articles, sample code, and programming references. The download file OfficeServerSDK.exe provided for the SharePoint Server […]