Guru Pratap's Blog

SQL Server Concatenate Row Values using T-SQL

Some time we need to show concatenated row values in the SQL Select Statements. Lets say, if we have...

Author: Guru Pratap Ketepalli Date: 01/29/2014

SharePoint 2010 Administration service failed to start

After updating some windows updates in SharePoint 2010 machine, it stopped SharePoint 2010...

Author: Guru Pratap Ketepalli Date: 09/10/2013

SharePoint Error : The Managed Metadata Service or Connection is currently not available. The Application Pool or Managed Metadata Web Service may not have been started.

This error "The Managed Metadata Service or Connection is currently not available. The Application...

Author: Guru Pratap Ketepalli Date: 08/09/2013

SharePoint 2013 CSOM Taxonomy (Managed Metadata)

SharePoint 2013 has introduced Microsoft.SharePoint.Client.Taxonomy.dll. It means that we can do...

Author: Guru Pratap Ketepalli Date: 08/05/2013

SharePoint Start Workflow : Error The security validation for this page is invalid.

Whenever we start the workflow programmatically using SPWorkflowManager.StartWorkflow(), it throws...

Author: Guru Pratap Ketepalli Date: 07/27/2013

Open SharePoint Url in dialog using Jquery UI dialog

Some time we need to open the SharePoint pages from other technologies like PHP or other web...

Author: Guru Pratap Ketepalli Date: 07/22/2013

SharePoint Check the user is member of audience Programmatically

Audiences in SharePoint Server 2010 are groupings of users that can be used to target content on a...

Author: Guru Pratap Ketepalli Date: 04/18/2013

Add/Remove SharePoint Workflows thru PowerShell

You can add/remove workflows to the list or library by navigating to List Settings -> Workflow...

Author: Guru Pratap Ketepalli Date: 11/06/2012

Enable Powershell ISE from Windows Server 2008 R2

PowerShell ISE (Integrated Scripting Environment) gets installed by default with Windows 7 or...

Author: Guru Pratap Ketepalli Date: 11/06/2012

SharePoint 2010 Custom Timer Job - Send an Email

  1. Open Visual Studio 2010 and goto FILE -> New Project -> Empty SharePoint Project. 2. Select...

Author: Guru Pratap Ketepalli Date: 01/23/2012

WCF Error HTTP Error 500.19 - Internal Server Error

If you get a following error after publishing the WCF Service in IIS 7. HTTP Error 500.19 - Internal...

Author: Guru Pratap Ketepalli Date: 01/11/2012

WCF Error HTTP Error 404.3 - Not Found

If you get the below error HTTP Error 500.21 - Internal Server Error Handler "svc-ISAPI-4.0_64bit"...

Author: Guru Pratap Ketepalli Date: 01/11/2012

Visual Web Part Life Cycle

Visual Web Part Life Cycle I did create one visual web part with name...

Author: Guru Pratap Ketepalli Date: 11/29/2011

FAST​ 2010 Query Completion/Suggestions lifecycle- An Insight

Introduction Query suggestions, also known as search suggestions, appear as a list of suggested...

Author: Guru Pratap Ketepalli Date: 05/02/2011

Commonly used SharePoint reusable functions

  1. Programmatically get/search SharePoint List items public static SPListItemCollection...

Author: Guru Pratap Ketepalli Date: 02/07/2011

Update/Edit SharePoint user personal settings with SharePoint Object Model

Every user will have his/her personal settings for a site collection. Each user can view their...

Author: Guru Pratap Ketepalli Date: 12/20/2010