Forum Replies Created

Viewing 15 posts - 91 through 105 (of 163 total)

  • RE: File group is running out of space frequently.

    Thanks all for your reply.

    I will check with senior person if we can remove unlimited auto-growth option and set something about 400-500 MB in place of 10%.

    I would also...

  • RE: File group is running out of space frequently.

    Thanks for your prompt response. I understand that we can't limited to growth. But, this is how they implemented tempdb. According to technet.microsoft if we have 200 MB or more...

  • RE: Query optimization help

    First i made changes to existing index but as due to business rule, i have rollbacked the changed and created new index similar to 14147.

  • RE: Query optimization help

    Here are the defination of both index

    CREATE NONCLUSTERED INDEX [AI_OperatorCBGEstimate_14947]

    ON OperatorCBGEstimate ( DateEndedStandard,UpdOperation)

    INCLUDE ( KeyInstn )

    WHERE MostRecentSequence...

  • RE: Query optimization help

    I have also noted one more thing.

    I can't to modify existing index due to business rule. So, i havent used AI_OperatorCBGEstimate_14947. But i have created new index(AI_OperatorCBGEstimate_HAP) with the same...

  • RE: Query optimization help

    ChrisM@Work (4/22/2014)


    A little more info - this is the same question on MSDN:

    [Quote]I have one simple query to optimize but somehow after creating couple of index this query is still...

  • RE: Query optimization help

    Please find the updated sql plan.

  • RE: Query optimization help

    Thanks Scott and Lynn for your inputs.

    As suggested by Scott i have made changes in existing index with filtered index (suggested by Lynn). And i am able to bring the...

  • RE: Query optimization help

    GilaMonster (4/16/2014)


    The query is reading just over 14 million rows and aggregating that down to 1099. If it's reading 14 million rows from a table (the rows which satisfy the...

  • RE: Query optimization help

    Table contains total 14208765 rows but query itself fetching total 1099 rows.

  • RE: Query optimization help

    ChrisM@Work (4/16/2014)


    EasyBoy (4/15/2014)


    I did try almost all combination of altering columns for index, but somehow logical reads are same (67000).

    Did you look at the execution plans to see if the...

  • RE: Query optimization help

    I did try almost all combination of altering columns for index, but somehow logical reads are same (67000).

  • RE: Query optimization help

    Does not make any difference.

    Getting same result.

  • RE: Query optimization help

    Please find the attached excel sheet for more information.

  • RE: Query optimization help

    I have attached execution plan.

    Table 'Worktable'. Scan count 0, logical reads 0, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads 0.

    Table...

Viewing 15 posts - 91 through 105 (of 163 total)