Forum Replies Created

Viewing 15 posts - 1 through 15 (of 37 total)

  • Reply To: How can I improve its query speed?

    Dear Thom A and Sergiy,

    Many thanks for your advice. After added "Order by" to those "Top 1" subqueries, its speed has improved dramatically. The original query speed was 2 mins...

  • RE: SP set "With Encryption" issues

    Thanks,Steve for the head up. I will try your suggestions and find out the issue.

  • RE: SP set "With Encryption" issues

    Hi Steve,
    I feel your frustration on my previous question, I apologize for that. English is my second language and perhaps I didn't describe the question clearly in my...

  • RE: Can it be improved again?

    Thank you, ChrisM and Muthu for the advices.
    It gonna take me sometimes to digest and restructure the query base on your points.
    Thanks again to all of you.

  • RE: Can it be improved again?

    Hi Lynn, Grant and ChrisM,
    Combine all of your above suggestions, I modified the queries into the following and the results are, 
    1. First execution time in local network production...

  • RE: Can it be improved again?

    Hi Lynn, Grant and ChrisM,
    Very much appreciated for your input. I will try all of your suggestions given and update you about the outcome.

  • RE: Slow SQL Script

    Hi ChrisM,
    Timeout issue has been resolved. Below steps are the changes highlighted by your previous posts. The Actual Execution plan is attached also.
    1) alter s_picklot.do_no from char(15) to...

  • RE: Slow SQL Script

    rinu philip - Wednesday, November 28, 2018 7:07 AM

    AhTu_SQL2k+ - Wednesday, November 28, 2018 6:43 AM

    November 28, 2018 at 8:38 am

    #2014816

  • RE: Slow SQL Script

    ChrisM@Work - Wednesday, November 28, 2018 7:03 AM

    Data type mismatches, where join columns between two tables are of two different types, are...

  • RE: Slow SQL Script

    Hi ChrisM,

    My colleague helped me to try out your restructured script however, the speed is taking longer time to complete than my original one. My original script took...

  • RE: Slow SQL Script

    Hi ChrisM and Grant Fritchey
    Very much appreciated of your fast reply...

  • RE: Create SQL FullText statement via VB.Net

    Phil Parkin - Wednesday, January 25, 2017 5:54 AM

    AhTu_SQL2k+ - Wednesday, January 25, 2017 1:54 AM

    January 25, 2017 at 11:57 pm

    #1925005

  • RE: Create SQL FullText statement via VB.Net

    Phil Parkin - Tuesday, January 24, 2017 1:29 PM

    AhTu_SQL2k+ - Tuesday, January 24, 2017 9:40 AM

    January 25, 2017 at 1:54 am

    #1924800

  • RE: Create SQL FullText statement via VB.Net

    David Burrows - Tuesday, January 24, 2017 9:17 AM

    With your data
    Contains(dbcode, '"3*"')  will return all the rows (providing each code you posted is...

  • RE: Create SQL FullText statement via VB.Net

    David Burrows - Tuesday, January 24, 2017 6:49 AM

    I tested your code and it returned your expected results.

    Contains(dbcode, '"*3*"') is the valid...

Viewing 15 posts - 1 through 15 (of 37 total)