Viewing 15 posts - 1 through 15 (of 49 total)
Brilliant! Wow!! wowwww! Jason, Steve, Drew, and Jeff - THANK YOU ALL........ I have learnt many things and will always keep this 'Swiss knife ' in my 'SQL...
September 1, 2017 at 7:52 am
yes i am allowed to. But i am confused how i can help my case using IVTF here. Can you please help me. I am super stuck. thank you
August 31, 2017 at 4:07 pm
Also change in requirement - i want hourly increment and not daily increment. thus there is an hour part included.
August 31, 2017 at 3:11 pm
Hello Drew
cant thank you enough,
I just met another issue.
SELECT value, dataitemuniverseid, DATEADD(DAY, n, startdate) AS startdate, Pubsourceid, PubsourceName
FROM PubDateRanges
INNER JOIN @Tally
ON missingdays >= n
ORDER BY Pubsourceid, startdate
I have a dataitemuniverseid...
August 31, 2017 at 3:09 pm
Hello Drew, i used the below mentioned SQL to get pass through the above issue., does it make sense to you?
THANK YOU for helping me here. i was...
August 31, 2017 at 11:56 am
thanks a ton Drew, however i am still having trouble
see there is a gap between 2016-08-05 rand 2017-01-10. how can i fix this? Can you please help?
August 31, 2017 at 11:50 am
0 32833 2017-08-07 11:00:00.000 147942 EL
0 32835 2017-08-08 11:00:00.000 147942 EL
230 32835 2017-08-11 14:00:00.000 147942 EL
it should be
0 32833 2017-08-07 11:00:00.000 147942 EL
August 31, 2017 at 8:40 am
that is just a typo. Please excuse me for that.
August 31, 2017 at 8:38 am
technically, if Aug 8 is missing, keep using the value of previous day i.e. Aug 7, if no value in 7, use value of Aug 6 and so on.
August 31, 2017 at 7:50 am
yes this is expected. I need data in that particular range of hours in order to keep the result set small.
July 5, 2016 at 1:20 pm
Thank you so much. I will try to make the changes and will get back with more questions.
I really appreciate you all for taking out your time and helping...
June 27, 2016 at 2:22 pm
thanks a ton. This is what i was looking for. 🙂 have an awesome day.
November 16, 2015 at 9:49 am
Thanks Phil
U r the best. I dont know what i was thinking when i wrote that query.over thinking i guess.
It worked.
Thank you all.
September 22, 2015 at 8:47 am
thank you!
December 2, 2014 at 12:54 pm
Viewing 15 posts - 1 through 15 (of 49 total)