Forum Replies Created

Viewing 15 posts - 2,221 through 2,235 (of 6,038 total)

  • RE: DevOps at Microsoft

    Steve Jones - SSC Editor (9/27/2016)


    That I agree with.

    Where I work now, we have a dedicated DevOps team who performs functions like application configuration and support, deployments, automation tooling, etc....

  • RE: DevOps at Microsoft

    Steve Jones - SSC Editor (9/27/2016)


    Eric M Russell (9/27/2016)


    DevOps works when it's intentional; like when IT staff have DevOps as part of their official job description, are separate from the...

  • RE: Deadlock on a "queued DELETE"

    Are you deleting one row or a range or rows?

    Also, is the selectivity of the delete operation covered by an index?

    For example, if you DELETE FROM TABLEA WHERE...

  • RE: Don't tell the boss

    Grant Fritchey (9/27/2016)


    Rich Mechaber (9/27/2016)


    But. If I worked for Grant, I'd be terrified of telling him anything in the way of bad news. Who's gonna volunteer to inform...

  • RE: Designing indexes for static archive table

    Especially for a flattened table, using DATA_COMPRESSION = PAGE option on a conventional row store clustered index table should result in 50% - 70% compression, which does translate into fewer...

  • RE: Designing indexes for static archive table

    200k rows isn't very large to begin with, and a medium sized server can easily table scan that within a few seconds with no indexing. But since it's for archival...

  • RE: DevOps at Microsoft

    DevOps works when it's intentional; like when IT staff have DevOps as part of their official job description, are separate from the development team and have their own manager. DevOps...

  • RE: What random trash is in your drawer?

    Steven.Grzybowski (9/26/2016)


    A locked box.

    Inside that locked box is medication. Lots and lots of medication. My regularly prescribed daily meds, every OTC NSAID you can think of,...

  • RE: Looking to update old code

    ScottPletcher (9/26/2016)


    Eric M Russell (9/26/2016)


    ScottPletcher (9/23/2016)


    Eric M Russell (9/23/2016)

    Regardless of SQL Server version, performance optimization should start by looking at execution plans.

    Not necessarily. If the best clustered indexes are...

  • RE: Looking to update old code

    ScottPletcher (9/23/2016)


    Eric M Russell (9/23/2016)

    Regardless of SQL Server version, performance optimization should start by looking at execution plans.

    Not necessarily. If the best clustered indexes are not already in place,...

  • RE: Don't tell the boss

    In all fairness to the DBA, this situation might be a reacton to the IT environment; for example office politics, the incentive program, or micromanagement on the part of upper...

  • RE: Don't tell the boss

    Yes, what can't be measured cannot be managed.

  • RE: Looking to update old code

    Brandie Tarvin (9/23/2016)


    Eric M Russell (9/23/2016)


    Brandie Tarvin (9/22/2016)


    Eric M Russell (9/16/2016)


    If this is something like a data warehouse, where you have very large tables that are sourced for reporting purposes...

  • RE: Looking to update old code

    Brandie Tarvin (9/22/2016)


    Eric M Russell (9/16/2016)


    If this is something like a data warehouse, where you have very large tables that are sourced for reporting purposes from other transactional databases, then...

  • RE: Getting Ready for R

    Revenant (9/23/2016)


    ...

    I was responding to 'from SQL2005 to SQL2008' - the latter one is on extended support. So I wander why would anyone go that route. Maybe they got some...

Viewing 15 posts - 2,221 through 2,235 (of 6,038 total)