Forum Replies Created

Viewing 15 posts - 2,371 through 2,385 (of 49,571 total)

  • RE: Indexing strategy

    river1 (9/16/2016)


    In terms of index strategy, should I create one index for mch.market_code and another for mch.audit_procedure_result_id or it is better to have a index that is composed by...

  • RE: PLE

    What does the PLE look like over a day or more?

  • RE: Can someone try this?

    ken.trock (9/15/2016)


    This should return an error. For me it simply returns no rows. If you look closely I fat fingered the creation of dbo.EH_NativeWorker_Dups. Maybe the compiler/parser got confused because...

  • RE: Index guidance needed

    MickyD (9/15/2016)


    I have been given a selection of queries from the users.

    Good start

    What's the most common predicate used against that table?

  • RE: Index guidance needed

    What's the table frequently filtered by?

  • RE: Are the posted questions getting worse?

    I submitted an abstract, but it was turned down, so no (and frankly I'm just about travelled-out this year)

  • RE: Cost Threshold for Parallelism not being honored?

    You're welcome.

  • RE: Cost Threshold for Parallelism not being honored?

    Yes, it's the cost of the serial plan that's subject to that limit. If, as the optimiser was generating the plan, the serial plan it considered had a cost of...

  • RE: shutting down sql instance

    Rather run the patch and let it manage the instance for you. Patches often contain T-SQL that has to be run in addition to the binaries changes.

    If you absolutely insist...

  • RE: Data Science Education

    xsevensinzx (9/15/2016)


    Udemy is also a good resource. You get professionals who work in related fields trying to make extra cash who teach real-world examples there in various degrees of levels.

    Be...

  • RE: Indexed, Foreign Keys and Primary Keys

    exec sp_rename ???

    Dropping all the indexes and recreating them will take ages, and do massive IOs and bloat the transaction log.

  • RE: New 2008 R2 Installation Errors

    SQL 2008 R2 database engine? (run SELECT @@Version please)

    What version of Management Studio? (Help -> About, attach a screenshot please)

  • RE: Edition and upgrade to sql 2008r2

    If that's the only purpose, and it's for 6 months, can you just do the edition upgrade and leave the DB server on 2008?

    You won't be gaining much from...

  • RE: Edition and upgrade to sql 2008r2

    One thing first, why upgrade to a version that's completely out of support and has barely any changes or improvements over what you're using? If you're upgrading, why not *upgrade*?

  • RE: Logging Events

    SQLAudit should be able to do that.

Viewing 15 posts - 2,371 through 2,385 (of 49,571 total)