Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)

  • RE: Query performance

    Thank you so much!!

  • RE: Query performance

    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...

  • RE: SQL Server Query Running Slow for huge data set

    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...

  • RE: SQL Server Query Running Slow for huge data set

    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...

  • RE: Query Dount

    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...

  • RE: Query Dount

    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...

  • RE: Query doubt

    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.

  • RE: Query doubt

    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...

  • RE: Query doubt

    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...

  • RE: Query Doubt

    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...

  • RE: inserting data into composite primary key

    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...

Viewing 11 posts - 1 through 11 (of 11 total)