Forum Replies Created

Viewing 15 posts - 301 through 315 (of 338 total)

  • RE: Index and Page Split

    Jeff Moden (8/1/2014)


    You could disable them which drops all of the data from the index but keeps the meta data and see if peformance suffers. Of course, you need...

  • RE: Index and Page Split

    Jeff Moden (7/31/2014)


    murnilim9 (7/31/2014)


    SQL Guy 1 (7/31/2014)


    What is data type, length, and number of columns?

    How intensively it is used - from sys.dm_db_index_usage_stats ?

    Thanks for your kind response . Appreciate...

  • RE: Index and Page Split

    SQL Guy 1 (7/31/2014)


    What is data type, length, and number of columns?

    How intensively it is used - from sys.dm_db_index_usage_stats ?

    Thanks for your kind response . Appreciate it!

    Here is the...

  • RE: How to optimize this query?

    SQLRNNR (7/29/2014)


    murnilim9 (7/28/2014)


    SQLRNNR (7/28/2014)


    Your query mandates a table/index scan. There is no filter/predicate/where clause on the query so it will return all records from the table. For the...

  • RE: How to optimize this query?

    SQLRNNR (7/28/2014)


    Your query mandates a table/index scan. There is no filter/predicate/where clause on the query so it will return all records from the table. For the query, an...

  • RE: Good script for index maintenance

    HowardW (7/25/2014)


    murnilim9 (7/24/2014)


    Hey ... I just applied OLA'script in my testing server and it works fine 🙂 but in his example of "EXEC stored proc such as :

    EXECUTE dbo.IndexOptimize

  • RE: Good script for index maintenance

    Stuart Davies (7/23/2014)


    murnilim9 (7/23/2014)


    I have checked on that script ..but dont u think it is very complicated and difficult to be understood ? if i dont understand all the statements...

  • RE: Index grows really fast!

    pdanes (7/23/2014)


    murnilim9 (7/23/2014)


    pdanes (7/23/2014)


    murnilim9 (7/22/2014)


    pdanes (7/22/2014)


    murnilim9 (7/22/2014)


    pdanes (7/22/2014)


    twin.devil (7/22/2014)


    I think you should consider Jeff suggestion, as he described above that if your 1st column have very low number of value,...

  • RE: Good script for index maintenance

    Stuart Davies (7/23/2014)


    murnilim9 (7/23/2014)


    I have checked on that script ..but dont u think it is very complicated and difficult to be understood ? if i dont understand all the statements...

  • RE: Good script for index maintenance

    Eirikur Eiriksson (7/23/2014)


    The best scripts around are Ola Hallengren's, http://ola.hallengren.com.

    😎

    I have checked on that script ..but dont u think it is very complicated and difficult to be...

  • RE: Index grows really fast!

    pdanes (7/23/2014)


    murnilim9 (7/22/2014)


    pdanes (7/22/2014)


    murnilim9 (7/22/2014)


    pdanes (7/22/2014)


    twin.devil (7/22/2014)


    I think you should consider Jeff suggestion, as he described above that if your 1st column have very low number of value, which i...

  • RE: Index grows really fast!

    ChrisM@Work (7/22/2014)


    -- change the index to support a nested loops join between rs and r

    -- with seeks to r on id and residual predicate of RNT and Man:

    create nonclustered...

  • RE: Index grows really fast!

    pdanes (7/22/2014)


    murnilim9 (7/22/2014)


    pdanes (7/22/2014)


    twin.devil (7/22/2014)


    I think you should consider Jeff suggestion, as he described above that if your 1st column have very low number of value, which i can see...

  • RE: Index grows really fast!

    pdanes (7/22/2014)


    twin.devil (7/22/2014)


    I think you should consider Jeff suggestion, as he described above that if your 1st column have very low number of value, which i can see in the...

  • RE: Index grows really fast!

    pdanes (7/21/2014)


    murnilim9 (7/21/2014)


    twin.devil (7/21/2014)


    If you are loading large data in that particular table where you have created the index, then you can use disable and restore approach which can increase...

Viewing 15 posts - 301 through 315 (of 338 total)