Viewing 9 posts - 1 through 9 (of 9 total)
Thanks for your reply on my question Lynn. However, I have got only read only rights on the database. Cant alter the definitions.
Is there a way I can achieve my...
May 8, 2018 at 1:52 pm
Thank You. That should help.
I will try that way and will let you know if I encounter any challenges ahead.
Thanks,
Prasune
May 21, 2015 at 7:54 am
Thanks Sunil.
That looks quite a handy and easy approach. I will definitely give it a try.
However, as of now I am using a different approach of triggering the Subscription IDs...
November 22, 2013 at 2:39 am
Thanks Neeraj, It was my lack of pre-knowledge on CTE which was preventing me to interpret your suggested solution correctly. I googled about CTE and then came back to apply...
May 8, 2013 at 1:16 am
I am sorry Neeraj, but unfortunately that does not work.
Ok, can u please give me a query to just increment the 'Time_In' value by 1 minute whenever the 'RO'...
May 7, 2013 at 12:44 pm
This is the error that I got:-
"Recursive common table expression 'DTAGatHERTZ_RO' does not contain a top level Union All operator."
I had tried this:
WITH DTAGatHERTZ_RO
(RO,Time_In,Ranking)AS
(SELECT RO,Time_In, Ranking = DENSE_RANK() OVER (PARTITION...
May 6, 2013 at 5:12 am
Thanks for your reply Neeraj and my apologies for the delayed response due to the Weekend.
I tried your solution but unfortunately it gave me some errors.
I have attached the...
May 6, 2013 at 3:47 am
Viewing 9 posts - 1 through 9 (of 9 total)