Viewing 15 posts - 46 through 60 (of 637 total)
Rather long solution .. but it works...
If someone out there can write a condensed SQL that will nail this I'd be happy to buy ....
My SQL may...
June 11, 2018 at 11:39 am
June 11, 2018 at 10:51 am
One more time... Let me make my issue clear.
Please help me write SQl that will give me the following output:
ANO NOW HERE IS THE SQL ... So...
June 11, 2018 at 10:05 am
June 11, 2018 at 9:57 am
June 11, 2018 at 9:55 am
June 11, 2018 at 9:46 am
June 8, 2018 at 9:56 am
Thanks... I figured....
No further responses or support needed......
Thank you for your effort.
Declare @C CHAR(1);
Select @C='1'
IF OBJECT_ID('tempdb..#t') IS NOT...
June 5, 2018 at 11:25 am
Mr Thom
I tried and it failed... That is why I asked you
Declare @C CHAR(1);
Select @C='3'
IF OBJECT_ID('tempdb..#t') IS NOT NULL DROP TABLE...
June 5, 2018 at 11:22 am
And I should add another thing to check... the times for each phase(retrieval, process...
May 31, 2018 at 11:42 am
May 1, 2018 at 1:27 pm
All Set Now ! Thx
I also had forgotten to create a variable. Did that ( see pic below )
and then like you mentioned, I added it to the References and...
May 1, 2018 at 11:41 am
Phil
Thanks, Take a look at the attached pic. Am i missing something here. I did it the way you mentioned and now it doe snot allow me to select a...
May 1, 2018 at 8:12 am
Viewing 15 posts - 46 through 60 (of 637 total)