Forum Replies Created

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

  • RE: Finding user connections in SQL server

    you can do trace output directly to table and query the trace data using group by


    Best Regards,

    Vijay Mishra

  • RE: Join Help

    you are right. I also feels the same


    Best Regards,

    Vijay Mishra

  • RE: Join Help

    IF FLD1 AND FLD3 is FK IN QALS referring to QAVE and JEST

    then I think a simple query like this should yield you the desire result

    SELECT QALS.Fld1,QALS.Fld2, QALS.Fld3, QAVE.Fld4, JEST.Fld5,...


    Best Regards,

    Vijay Mishra

  • RE: Non-Clustered Indexes Query Performance

    If I were you my plan would be something like this; get the randomly selected sample data and see which of the following is more unique (1 - (dup_val/ sample...


    Best Regards,

    Vijay Mishra

  • RE: solution for error 512 , subquery return more than 1 value

    not very sure with your table schema, but a query like this is more readable and relatively it would be faster then using sub queries.

    update cq set cq.Quantity =...


    Best Regards,

    Vijay Mishra

  • RE: solution for error 512 , subquery return more than 1 value

    Florian is absolutely right, use joins perhaps with CTE this will make your code more readably..


    Best Regards,

    Vijay Mishra

  • RE: Quality of Outsourcing Staff

    The point is not seeing you $$ for value, its management who feels that they saves $$ by outsourcing. If the quality of service was so bad and all the...


    Best Regards,

    Vijay Mishra

  • RE: Quality of Outsourcing Staff

    This is the way business is happening around the world. Value for $$ is always on the mind of management.

    Better not to crib just accept the reality and move...


    Best Regards,

    Vijay Mishra

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