Forum Replies Created

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

  • Reply To: Catching Minor Issues

    Shameless plug and praise here for SQLServerCentral… The majority of my coding standards and practices are derived from reading and applying the concepts from the content of SQLServerCentral articles and...

  • Reply To: Difference Between Lists

    BTylerWhite wrote:

    Carlo Romagnano wrote:

    Here states different:

    Your approach seems to be the faster solution here. I did some timeit tests to confirm. Excellent approach and solution! I wonder if this flip...

  • Reply To: Difference Between Lists

    Thanks for the question, learned something new today.  As always, and to the bane of cat lovers, there are many ways to skin a cat... I didn't know about the...

  • Reply To: The Developer Arguments for Stored Procedures

    My standard design is that the R part of CRUD is done via views and the CUD part of CRUD is done through stored procedures. (in case CRUD is unfamiliar...

  • Reply To: Personal Power

    I get the sentiment about personal power, though on an initiative like GDPR and CCPA compliance. "Institutional Power" is going to be required. It doesn't matter how much passion you...

  • Reply To: How to Get Started with Version Control for Databases

    Version control is one of those basics that if you don't know how it works, how to leverage it, stop any current learning you're doing and focus on this. Depending...

  • Reply To: How Do We Prove Expertise?

    "Negativity, tearing down, just generally poor behavior doesn't do anyone any good. Best to always be, as much as possible, uplifting. It does get hard sometimes though, just saying."

    I never...

  • Reply To: Python Map

    A little bit tricky for me, the code as is (ignoring the missing indentation) would fail since calcsq is defined as calcsq then called as calcSq, the differing case would...

  • Reply To: IT Staffer Fired

    Without knowing the details of the email that the employee opened it's hard to say. There needs to be a judgement call as to whether or not the employee should...

  • Reply To: SSMS or SSDT

    Reading the comments, there's been a mixed amount of change since 2015 to today out there.  For me, lots of change, in 2015 I was all SSMS all the time...

  • Reply To: You're not really that good at SQL Server

    Thank you Steve; you're spot on here and I thank you for calling us to task on this.

  • RE: Schema Security

    I'm a proponent of schema for both security and organization.
    Our design for data access and manipulation is fairly straight forward. the R part of CRUD is done via...

  • RE: Using your critical eye to see something positive

    Jeff Moden - Thursday, October 18, 2018 12:34 AM

    ... and their strongest justification was that it was a recommended method that they...

  • RE: Are Indexes Actually Changes to the System?

    For us, indexes are a change to source controlled objects. We use visual studio database projects so since the database project needs to be updated and deployed, an index...
  • RE: Is Forgiveness Possible?

    Forgiveness is and should always be attainable. If we truly do to others as we would have them do to us, then restoration should be a given. We may or...

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