Viewing 11 posts - 1 through 11 (of 11 total)
It is fun Chad 😀
I'm thinking I shouldn't post the table structures or anything like that because of our privacy and security restrictions. I may have even stepped over the...
October 22, 2010 at 6:43 am
my final result.
DECLARE @Start_Date As Datetime
DECLARE @End_Date As Datetime
DECLARE @TodaysDate As Datetime
SET @Start_Date = '04/01/2010'
SET @End_Date = '07/01/2010'
SET @TodaysDate = GETDATE()
SELECT COUNT(Clients.Client_Number) As Totals
,SUM(CASE WHEN DATEDIFF(yy,...
October 21, 2010 at 7:42 am
I'm gonna have to talk to the DBA's. It's running around 6 minutes this morning. Up from 9 seconds last night. Here it is. Much better. additional comments welcome if...
October 20, 2010 at 7:28 am
I will but I'm not quite finished with it yet. As soon as I get it sorted I'll posted it.
This turned into a nice post. Thanks all
October 19, 2010 at 2:54 pm
you folks are all fabulous. thank you all.
I had been trying to use the case statement but ran into problems and didn't get the results I was after. I...
October 19, 2010 at 12:08 pm
Alvin Ramard (10/19/2010)
sturner (10/19/2010)
you're kidding me right? ...You took the words right out of my mouth!
I don't waste my time or yours with jokes on forums. I asked because I...
October 19, 2010 at 11:15 am
it's not as big as it may appear. it's the ten unions that make it look complicated.
But thanks for you input.
October 19, 2010 at 10:55 am
Viewing 11 posts - 1 through 11 (of 11 total)