Viewing 11 posts - 1 through 11 (of 11 total)
That's what i always thought, from a users perspective speed is the only factor.
During an interview I was asked apart from reducing speed, what else does a developer need...
December 21, 2015 at 9:15 am
Thank you so much for the reply! I was able to reduce the time to 1 second with the following query. I am not sure why this takes 1 second...
June 17, 2015 at 5:51 am
Thank you for the reply!! the execution plan has real table names, which is why i did not post the full plan earlier. The image attached is the only...
June 12, 2015 at 5:16 am
The number of duplicates can go to a number sometimes greater than 50.
Could you please let me know how to build a comma separated list of names that share the...
September 25, 2010 at 10:14 pm
Thank you so much for the reply!! that did work but Could you please let me know a way to display the output in the following way:
I am not...
September 25, 2010 at 9:28 pm
I added the order by clause at the end, it worked.. but plz check the code and let me know of any more changes if required.
September 14, 2010 at 3:24 pm
Thank you all so much for your replies, it really helped me a lot!!!!!
I added more conditions to the code, I am getting the correct result, but could you please...
September 14, 2010 at 3:19 pm
I apologize for not being clear; yes i do want the code to execute with the commented lines;
--cast( (Insumpo / InSum ) as decimal (20,4)) as sp,
--CAST(incountpo/invcount)as decimal(20,4))as tp
but...
September 14, 2010 at 2:07 pm
Hello shield_21
Thank you for your reply and time; but it is only showing the output for walmart and doesnt show macys in the output after inserting the row as you...
September 1, 2010 at 11:12 pm
First of all thanx of the quick reply.
Could someone please let me know how would I get the following result;
Table clientvendor
clientid vendorid (composite primarykey)
1 1
1 2
1 3
1 4
1 5
2...
July 22, 2010 at 12:23 pm
Viewing 11 posts - 1 through 11 (of 11 total)