Forum Replies Created

Viewing 15 posts - 781 through 795 (of 6,041 total)

  • RE: Single Source of Truth

    .. The goal is to have a single truth for each datapoint, if we can achieve that then we can make decisions about whether to copy that data somewhere...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: The Single Pane of Glass

    What we use is a combination of sql traces, pings, event logs, application APIs, and for some web applications: parsing http responses. All of it duct taped together with PowerShell...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Are Indexes Actually Changes to the System?

    Jason A. Long - Thursday, October 4, 2018 11:51 AM

    ...
    The impact of the change is pretty massive, especially when it comes...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Are Indexes Actually Changes to the System?

    If your organization is like mine and includes TB scale tables, dozens of developers coding SQL, and hundreds of end users, then adding a new index should definitely be something...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Give Up on Natural Primary Keys

    First we must understand what is the external function of a "primary" key (versus an alternate key or candidate key). Once you understand a primary key's external role in relation...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Are there such things as SQL heresies?

    When we speak of T-SQL "heresies", it seems we're speaking of anti-patterns. Some things developers do (like inline sub-queries, scalar functions, and SELECT *) greatly simplify the code and may...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Fitting Into RAM

    On-prem virtualization and cloud hosting makes it easy to spin up new instances, but on the downside it can also lead to a sprawling ghetto of quickly prototyped databases that...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Fitting Into RAM

    The primary database I work with could be best described as an operational data store; containing time versioned copies of tables from multiple OLTP data sources. There are high volume...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Rollbacks Are Normal

    Rod at work - Thursday, September 20, 2018 1:28 PM

    Eric M Russell - Thursday, September 20, 2018...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Rollbacks Are Normal

    Regardless of what formal process you follow and which tools you use for the delivery mechanism, many of us have known for years that it's best to perform iterative deployments.

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Dark Reads During a Migration

    Views are also a good way to abstract the application from the underlying data model: hiding columns the application doesn't need, computed columns, row filtering, or switching in a new...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Dark Reads During a Migration

    Not to be confused with a "BlackOps" deployment, which is when (hypothetically speaking) a feature currently in prototype or beta is deployed to production temporarily, perhaps under a special schema...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: How Do You Setup Your Instances?

    We have a PowerShell script that installs SQL Server using all of our internal best practices.
    It will download and run the mssql setup executable for appropriate version and...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Defending the RDBMS

    andrew gothard - Friday, September 14, 2018 3:47 AM

    GeorgeCopeland - Thursday, September 13, 2018 8:30 AM

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Defending the RDBMS

    cs_troyk - Thursday, September 13, 2018 11:40 AM

    I saw the first article that set off this back-and-forth a couple weeks ago (gave...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

Viewing 15 posts - 781 through 795 (of 6,041 total)