Forum Replies Created

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

  • Reply To: Capturing the Application Time

    I would prefer to always store time in utc, but that doesn't mean I don't need separate application and server times depending on what I'm doing. Storing the ui timezone...

  • RE: Badly Encrypted Databases

    Personally I would be more worried when a new query shows up, as opposed to similar queries being repeated. One solution to this could be banning ad-hoc queries completely and...

  • RE: The Creepiness of AI

    David.Poole - Tuesday, March 5, 2019 1:13 AM

    There are legal ramifications too.  If an AI Bot talks someone into an inappropriate purchase...

  • RE: Should the Data Lake be Immutable?

    Just because a dataset is immutable doesn't mean we can't amend it when looked at.

  • RE: Reserved Space

    I don't have an issue with reserving space for updates. Provided the space consumed remains constant(not counting user data) over the lifetime of the product no matter how many mandatory...

  • RE: Versatile or Jack of all trades

    I think it's just as likely that management risks becoming dependant of having an individual with this valuable skillset on the team. Replacing them may not be something they see...

  • RE: The Data Scribe

    If we compare it to a medical scribe, a data scribe would be someone doing data entry as a replacement for an automated integration between two or more systems(one of...

  • RE: Give Up on Natural Primary Keys

    Maybe I'm missing something regarding the backup example. But I would expect the right to be forgotten to include being removed from backups.

  • RE: Will Terminators Be Required?

    I expect we'll get a tool that puts the semicolons in place to upgrade old sql automatically. The remaining issue then would be any dynamic queries left, which in a...

  • RE: Building Test Data

    I think a key component in making this feasible is to stop designing systems to achieve a result and instead have them model a process accurately. It would mean we'd...

  • RE: Better Comments

    Personally I've never had comments be of any use when fixing a system, they're either out of date, wrong, a combination of both, or in rare cases they're actually accurate...

  • RE: Will Coding Be Less Important?

    Matt Miller (4) - Monday, June 4, 2018 8:25 AM

    Sergiy - Sunday, June 3, 2018 11:32 PM

  • RE: Your Thoughts On In-line SQL

    Jeff Moden - Monday, March 19, 2018 1:42 PM

    msbasssinger - Monday, March 19, 2018 11:02 AM

    March 20, 2018 at 5:26 am

    #1983897

  • RE: Your Thoughts On In-line SQL

    I prefer to use views over stored procedures when retrieving data. Number of returned rows, simple filters and sorting belongs outside the data-storage/validation realm in my opinion. That said, I...

  • RE: Great Developers Use Source Control

    Saying using source control doesn't make you a better developer might be a bit conservative. Since it does enable you to quickly review your edits in a way that would...

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