Forum Replies Created

Viewing 15 posts - 16 through 30 (of 118 total)

  • RE: How many workers can I use and how many are active?

    Hi Kev,
    " Can anyone explain the discrepancy between max_workers_count and the calculation as I presented it here?"
    You can set the max number of threads manually (basically not...

  • RE: Additional Data Files and Proportional Fill

    h.tobisch - Friday, November 3, 2017 4:17 AM

    Dear author
    i do not have the time to read your (well executed but lengthy) treatise...

  • RE: Additional Data Files and Proportional Fill

    Thank you David,
    i can only repeat the others; very interesting. I will definitly use this as a good example for uneven configured multiple database files 🙂

  • RE: Query regression by index or statistics?

    Thank you all for your positive feedback.

    I love to create QotD with a bit more "substance" from my real world experiences.

    I will try to write more of them in the...

  • RE: Query regression by index or statistics?

    MMullane-222251 (1/5/2017)


    Uwe, do you have a test showing that creating a Clustered Index wouldn't improve the execution plan?

    Hi,

    of course you can test it with a clustered index on one or...

  • RE: Query regression by index or statistics?

    Thank you Carlo for your valued comment. Pleas take into consideration that your example is completely different from the original question. The usage of a variable in a batch will...

  • RE: SQL Server 2016 SP1 Features

    Koen Verbeeck (12/9/2016)

    According to the official resource it's indeed Enterprise only.

    Don't worry Koen,

    forgiven - you are an expert for BI 🙂

  • RE: SQL Server 2016 SP1 Features

    Hi Koen,

    NO - TDE is EE only. Extract from the official resource:

    Feature | EE | SE | ..

    TDE | Yes |...

  • RE: SQL Server 2016 SP1 Features

    Hi Steve,

    hmm - TDE is not SE but EE.

    Parikshit Savjani (MSFT): "TDE is Enterprise edition only"

  • RE: Stretch Database Datatype Limitations

    Steve,

    I answered all three options correct:

    - text/ntext

    - XML

    - CLR datatypes

    but the answer is marked as wrong. In your given solution you mention exactly the same options.

    Can you check it?

    Best from...

  • RE: Automatic update of outdated statistics

    Hi Folks,

    There is a mistake in the correct answers. I have informed Steve to fix it.

    Correct answers must be:

    - the NON UNIQUE Index stats will be updaten

    - the UNIQUE Index...

  • RE: JOIN HINTS

    Hallo Hugo,

    thank you for this - EXCELLENT - explanation. To be honest; i wasn't at any time so deep into this operator and I really appreciate this deep and detailed...

  • RE: Best design for OLTP tables

    sknox (8/7/2015)


    Here's a thought... If this is a table which needs to support a large number of concurrent writes as quickly as possible, why was one option not a memory-optimized...

  • RE: Best design for OLTP tables

    Luis Cazares (8/6/2015)If identity is ever increasing, how can it create the same fragmentation of a random value?[/Quote]

    Hi,

    fragmentation on an identity value can surely occur if you have a high...

  • RE: Best design for OLTP tables

    Hallo Wayne,

    your measures are not correct because you didn't run the process:

    - for each table separately

    - with 200 concurrent Connections

    Than you will have a HIGH fragmentation on the IDENTITY table...

Viewing 15 posts - 16 through 30 (of 118 total)