Forum Replies Created

Viewing 15 posts - 106 through 120 (of 245 total)

  • RE: SQL error 833

    this support of storage is supplier so i am not sure that i can trust him....

    I found few sites, i will try set counters for these and i will see,...

  • RE: find remote query

    or is it possible who has our server like linked server?

  • RE: Partitioning problem

    thanks

    pietlinden (11/5/2014)


    Maybe this will help... or not...

    http://www.sqlservercentral.com/Forums/Topic1411242-149-1.aspx

    one point of this for me is for example rebuild indexes..I dont want to rebuild all 100GB tables ( With compression will be less,...

  • RE: Partitioning problem

    I am thinking about this, that my tables are not enought big for this, also 25milion rows is small if you have good indexes.. so maybe I will canceled this,,,,...

  • RE: separate or one database ?

    After update statistics with FULLSCAN still same ,

    with use hint OPTION ( RECOMPILE ) I get more better result, same like without or with like scan 1, log.reads 20

    I...

  • RE: separate or one database ?

    aaron.reese (11/5/2014)


    Or partition the tables based on date; this gives you the best of both worlds: Performance where queries only need to hit one partition and full dataset (at the...

  • RE: separate or one database ?

    next advantage for separate

    - backup only last database( this year ) , where are data inserted. ( not needed backup old years )

  • RE: Database design of more years

    Jeff Moden (10/29/2014)


    tony28 (10/29/2014)


    vincyf1 (10/29/2014)


    My Suggestion would be to use Table Partitioning instead of new DB creation every year.

    I know this function, but I tried one times if I learned...

  • RE: Database design of more years

    vincyf1 (10/29/2014)


    My Suggestion would be to use Table Partitioning instead of new DB creation every year.

    I know this function, but I tried one times if I learned sql 2years ago....

  • RE: SQL Server has encountered 1 occurrence of I/O Requests taking longer than 15 seconds

    Eirikur Eiriksson (10/8/2014)


    First thought would be the SAN, check out the storage network / fibre network, don't think this is a software related error.

    😎

    thank you, I found few topics about...

  • RE: JOIN BIG and SMALL TABLEs

    result with data in statistics are very good so I will not write here..

    but result with data which aren in statistics in this time were very poor, after optimalization...

  • RE: JOIN BIG and SMALL TABLEs

    Hello guys, I disscused with one DB specialist and I found solution for my problem...

    because with data in statistics was very good results, and this use execution plan with HASH...

  • RE: JOIN BIG and SMALL TABLEs

    ChrisM@Work (8/27/2014)


    tony28 (8/26/2014)


    ChrisM@Work (8/26/2014)


    tony28 (8/25/2014)


    I added second sql plan with query with condition before update statistics..

    is this so big different between before and after ?

    here looks almost ok

    Query 2...

  • RE: JOIN BIG and SMALL TABLEs

    ChrisM@Work (8/26/2014)


    tony28 (8/25/2014)


    I added second sql plan with query with condition before update statistics..

    is this so big different between before and after ?

    here looks almost ok

    Query 2 works very...

  • RE: JOIN BIG and SMALL TABLEs

    Eirikur Eiriksson (8/26/2014)


    Quick thought, is it possible that the initial code was double pasted? Below is what I would guess it should be.

    😎

    SELECT

    tB.ORDER_DATE

    ...

Viewing 15 posts - 106 through 120 (of 245 total)