Categories
Sql Server

The index cannot be reorganized because page level locking is disabled

Executing the query “ALTER INDEX [cndx_PrimaryKey_WorkflowLog] ON [dbo]…” failed with the following error: “The index “cndx_PrimaryKey_WorkflowLog” (partition 1) on table “WorkflowLogBase” cannot be reorganized because page level locking is disabled. Summary: Recently one of my server index reorganize job start failing. I checked the index name and then enable the page level locks on that […]

Categories
Asp, Asp.net

Store Hashtable in Session

In this post we will learn how to store hashtable in session. By storing values in hashtable & then transfer them to a new page with session is easiest way. ASP.NET session state lets you associate a server-side string containing state data with a particular HTTP client session.Session is defined as a series of requests […]

Categories
Iphone-iOS

10 Greatest Tricks for iPhone

10 Greatest Tricks for iPhone In this post I will tell you some of greatest tips, tricks, hacks and secrets of using iPhone. I am using iPhone since iPhone 4 and now upgraded to iPhone 6. In these years i have learnt a lot of useful and handy tips & tricks of using iPhone. 1. […]

Categories
Sql Server Technology - Tips

The specified report server URL could not be found.Verify the syntax of the URL and that the report server exists.

The specified report server URL could not be found.Verify the syntax of the URL and that the report server exists. Hi friends yesterday I got a call from my remote team, that they are not able do deploy reports on report server from their system. They told me that error they are facing is: The specified […]