Categories
Sql Server

Run a SQL Server Job on Conditions of Different Job

Run a SQL Server Job on Conditions of Different Job Hi Friends yesterday i got a mail from my project manager, regarding a job. Which is scheduled for 6:00 PM on daily basis. But he want to implement some conditions for it. Scenario: Actually I have configured a job in SQL Server which is executed […]

Categories
Sql Server

How to Extract Only Date from Getdate in SQL Server

How to Extract Only Date from Getdate in SQL Server Hi friends, in this post we will learn How to Extract Only Date from Getdate in SQL Server or you can say that How to return the date part only from a SQL Server datetime. Sometime we have requirement of only date part from our datetime datatype or […]

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
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 […]