How to: Add a column in search results page
Add a column in document library(exp. tjcolumn) Add an item in this document library and fill in the column value Go to search settings in SSP Go to content sources Crawl the content Go to metadata...
View ArticleHow To: Get the search result for the new column name when the crawling is...
Crawling works on column's internal name. so if you modify the column name then in the search result you might not get the result for your changed column name.ResolutionGet the column's internal name...
View ArticleHow To: Retrieve a document's content type classification from a query
Issue<QueryPacket xmlns="urn:Microsoft.search.Query"><Query><Context><QueryText language='en-us' type='MSSQLFT'>SELECT...
View ArticleResolution: Search.asmx returns no result for custom query
Search.asmx returns no result (ERROR_NO_RESULTS_FOUND) for custom query. CauseSearch permission settings were required to be properly configured. ResolutionInitially we checked ifilters for PDF...
View ArticleSharePoint 2010 Resources
SharePoint 2010 Developer Training CourseSharePoint 2010 provides the business collaboration platform for developers to rapidly build solutions using familiar tools while leveraging a rich set of out...
View ArticleWhat’s new in SharePoint 2013 – Resources
This post is as per beta version, there could be some changes with RTM version.For IT Pro - Capabilities and features in SharePoint 2013SharePoint 2013 training for IT prosHow-to training and...
View ArticleSharePoint 2013 - General Reference
Capacity management and sizing overview for SharePoint Server 2013This article provides an overview of how to effectively plan and manage the capacity of SharePoint Server 2013 environments. This...
View ArticleSharePoint 2013 Upgrade – Resources
This post is as per beta version, there could be some changes with RTM version. What's new in SharePoint 2013 upgradeSharePoint 2013 includes new upgrade features, such as upgrade for service...
View ArticleSharePoint 2010 Performance Dashboard – Server Performance Reporting(Post 1/2)
In this post, I will talk about my SharePoint Performance Dashboard Project. It has mainly two major types of reporting features, Part 1. CPU Monitor, Memory Monitor, Top Users of the farm, Top Site...
View ArticleSharePoint 2010 Performance Dashboard – Server Performance Reporting(Post 2/2)
Continuing from the Post 1, Request Workload / Agent Query : SELECT AgentName, SUM(RequestCount) AS RequestsCount FROM RequestWorkload WHERE (LogTime BETWEEN GETDATE() - 10 AND GETDATE()) AND...
View ArticleSharePoint 2010 Performance Dashboard – Farm Content Size Reporting(Post 1/2)
In this post we will look into how I did “Farm Content Size Reporting” part of the project, We have two types of reporting in this functionality. Content Databases per Web Applications Report Site...
View ArticleSharePoint 2010 Performance Dashboard – Farm Content Size Reporting(Post 2/2)
Here I have mentioned the code which can be useful to get the Content DB, Site Collection Usage details. SPFarm farm = SPFarm.Local; SPWebService service =...
View ArticleA Few Sneak Peeks of my SharePoint Site Archival Workflow Project
I had a requirement from customer to develop an archival workflow solution using which they can automate the Site Collection archival based on a set of business rules. The features should be, notify...
View ArticleCode to create a task in Windows Task Scheduler
1: TaskSchedulerClass scheduler = new TaskSchedulerClass(); 2: scheduler.Connect(null, null, null, null); 3: 4: ITaskDefinition task = scheduler.NewTask(0); 5: task.RegistrationInfo.Author = "MS...
View ArticleWhat’s new in SharePoint 2013 – Resources
This post is as per beta version, there could be some changes with RTM version. For IT Pro – Capabilities and features in SharePoint 2013 SharePoint 2013 training for IT pros How-to training and...
View ArticleSharePoint 2013 – General Reference
Capacity management and sizing overview for SharePoint Server 2013 This article provides an overview of how to effectively plan and manage the capacity of SharePoint Server 2013 environments. This...
View ArticleSharePoint 2013 Upgrade – Resources
This post is as per beta version, there could be some changes with RTM version. What’s new in SharePoint 2013 upgrade SharePoint 2013 includes new upgrade features, such as upgrade for service...
View ArticleSharePoint 2013 Security – Resources
This post is as per beta version, there could be some changes with RTM version. Authentication, authorization, and security in SharePoint 2013 What’s new in SharePoint 2013 for authentication,...
View Article