Viewing 15 posts - 31 through 45 (of 72 total)
Hi Srikant,
Thanks again for a quick reply but your query still doesn't return correct results.
It shows me "Chief Executive Officer" = 0 which means that there are no more children...
May 5, 2011 at 3:12 am
Hi Srikant,
Thanks for a very quick reply. If I get this correctly, your query gives me the path instead of my sortkey.
However what I want along with the SortKey is...
May 5, 2011 at 2:47 am
Hey thanks mate 🙂
Seems like I need more tea! Appreciate it.
April 27, 2011 at 8:40 pm
Point taken mate 🙂
Next time onwards I will post an insert query to get more answers.
September 20, 2010 at 3:24 am
Thanks Craig and ColdCoffee. I will stick to what originally worked a while ago. I have tons of other dashboards to do and I will leave the performance aspect to...
September 20, 2010 at 12:45 am
Thanks Craig.
I have modified it a little. TOTAL needed to be excluding today as it mentions in the column header of the example data in the first post so AVG...
September 20, 2010 at 12:06 am
Thanks Craig.
I am also looking and searching myself and reading this http://www.sqlservercentral.com/articles/T-SQL/63681/
The query below seems to work. I am still working on the TOTAL and AVERAGE columns.
SELECT MatrixName,...
September 19, 2010 at 11:51 pm
Sure. I am not sure if this is what you want but here you go.
WITH Rolling5Summary(MatrixOrder, MatrixName, OriginalDate, [DayOfWeek], TotalCount)
AS
(
SELECTCASE keyMatrix
WHEN 'E4B59C9E-FE52-4038-A08B-1BF5958FFB89' THEN 1
WHEN '6FD750DC-128D-4440-ADAE-695927C1C2E9' THEN 2
END AS [MatrixOrder],
CASE keyMatrix
WHEN...
September 19, 2010 at 11:30 pm
APOLOGIES ABOUT THE DOUBLE POST... THE WEB BROWSER DID IT!
September 19, 2010 at 11:18 pm
APOLOGIES ABOUT THE DOUBLE POST... THE WEB BROWSER DID IT!
September 19, 2010 at 11:17 pm
Thanks guyz. I had a feeling that this is the case. I just didn't wanted to start out upgrading the production server since we are still testing the code on...
March 19, 2009 at 6:22 pm
OK I just updated the SQLBase to 9.0 version of the Server and the same error..! Yikes.
June 25, 2008 at 11:53 pm
Is the SQL Server service running?
June 25, 2008 at 10:48 pm
GSquared (6/25/2008)
Have you tried setting up a connection to that DSN using either SSIS, or directly in the query using OpenRowset?
Hi thanks for the quick reply. I was trying to...
June 25, 2008 at 6:07 pm
Viewing 15 posts - 31 through 45 (of 72 total)