Topics
Started by
Posts
Last post
How do you omit the null values returned inthis query? SELECT CASE WHEN MONTH(DueDate)=5 THEN DueDa…
11 replies
When I alter a column length for a table, do I need to refresh its trigger? I asked this is because…
2 replies
How do you get the date for every Friday in a particular quarter?
3 replies
Hi, Please look at the below query and suggest if there is a cleaner way to achieve this. This is t…
3 replies
Hi friends I have start time and end time , I need to get is the time difference between 2datetime…
3 replies
Hi All, I have a bit of a puzzle and my brain decided it didn't want to come to work today. Please …
40 replies
By: GSquared
Can this be done? I can get a query to return a comma delimited string of results using Coalesce bu…
2 replies
Hi Friends, I am receiving below error when trying to execute an sql stmnt. UPDATE test1 SET …
4 replies
Hi I am trying to get TotalDue by Year,Quarter,Month format from Sales.SalesOrderHeader Table in A…
15 replies
When I use QUOTENAME with varchar(max), it is giving me error DECLARE @test-2 VARCHAR(MAX), …
2 replies
Morning all- I have a process that compares two tables (same structure) and finds the differences b…
12 replies
By: GSquared
I am working on a performance project and one of the people I work with is not comfortable adding a…
6 replies
The following script is returning all PO's within the last eighteen months. How do I filter it down…
6 replies
By: bpowers
Hey Guy Please i have some request. i have a table Person with (Person_ID, Person_Name and Person_…
8 replies
hi this is my DDL. declare @temp5 table ( Id int, FromDate datetime, …
16 replies
Viewing 15 topics - 5,806 through 5,820 (of 10,635 total)
You must be logged in to create new topics.