Forum Replies Created

Viewing 15 posts - 766 through 780 (of 6,022 total)

  • 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...

  • 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...

  • 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...

  • 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...

  • RE: Rollbacks Are Normal

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

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

  • 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.

  • 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...

  • 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...

  • 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...

  • RE: Defending the RDBMS

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

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

    September 14, 2018 at 6:57 am

    #2005752

  • 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...

  • RE: Defending the RDBMS

    "You cannot escape it no matter where you run, for wherever you go you are burdened with yourself. Wherever you go, there you are." —Thomas a Kempis

  • RE: Defending the RDBMS

    I don't know why SQL injection is presented as a fundamental flaw of relational databases. Code injection is a much broader security issue that can target all tiers of an...

  • RE: The Hybrid Cloud

    Steve Jones - SSC Editor - Monday, September 10, 2018 2:42 PM

    If you get there, that would be an interesting case...

  • RE: Potential presentation idea: Intro to data warehousing

    Here is an example of a good introduction to data warehousing by, Jack Zheng, a Kennesaw State University professor. Within only a few slides, he not only provides an overview...

Viewing 15 posts - 766 through 780 (of 6,022 total)