Viewing 15 posts - 166 through 180 (of 231 total)
Tried that Sanz - but get the same error.
The instance is named - how do I start that instance in Single mode?
Thanks
January 21, 2011 at 8:30 am
Morning Guys,
I'm trying to do the following.
In my SELECT Statement I am using DATEDIFF to calculate some difference in dates. As below -
SELECT DATEDIFF(day, MAX(dbo.[IH_IH-LOCATION-STAT-HIST].[RECEIVED-KEYS])
,MAX(dbo.[IH_IH-LOCATION-STAT-HIST].[READY-TO-LET])) AS 'Days_with_Voids'
,DATEDIFF(day, dbo.[IH_RE-TENANCY].[tncy-end]
,MAX(dbo.[IH_IH-LOCATION-STAT-HIST].[READY-TO-LET]))...
January 7, 2011 at 4:19 am
Messed up this post - let me explain it better what I am trying to achieve
January 5, 2011 at 6:51 am
Thanks for this.
Done the trick
November 9, 2010 at 6:18 am
SELECT INV.Reference AS 'Invoice Reference'
,INV.InvoiceDate AS 'Invoice Date'
...
November 5, 2010 at 4:46 am
Thanks so much. I was putting "something" similar to what you suggested but couldn't quite make it 🙂
Thanks for the suggestion on the alias. I usually do but have inherited...
September 20, 2010 at 7:37 am
Thank you so so much.
Exactly what I was after.
August 13, 2010 at 3:18 am
Results still not working I'm afraid -
SELECT 0 AS RecordStatusID
,LEFT(COALESCE(STOCK.postcode + N'/','') + STOCK.address1 ,30)AS ShortName
...
August 13, 2010 at 2:49 am
Just to say Thanks.
This worked.
August 10, 2010 at 2:14 am
Oh sorry John. It is limied to the first 30 characters. I will give it a go.
Thanks
August 9, 2010 at 9:09 am
In my CASE statement I want my results to be limited to 30 characters.
So in the ELSE part of the statement I have
ELSE PROP.postcode + N'/' + PROP.address,...
August 9, 2010 at 7:26 am
Thanks guys.
Both work.
Was driving me mad!! 🙂
July 29, 2010 at 4:57 am
Viewing 15 posts - 166 through 180 (of 231 total)