Forum Replies Created

Viewing 15 posts - 901 through 915 (of 3,656 total)

  • RE: Why Don't You Unit Test Code?

    My experience is that people in IT abdicate their power and authority.  Many of the problems faced by IT are as a result of this.

    Some of the things...

  • RE: The Worms-eye View

    I think siloed thinking rather than over-specialization is the biggest threat.  As people climb the greasy pole the Dunning Kruger affect comes into play.  Expertise in one area...

  • RE: The Problems with Gods

    Your system is only as good as the weakest part.

    Security can be a blocker if applied blindly.  I'm finding that for the same reasons that tech debt is...

  • RE: The Problems with Gods

    In a previous position infrastructure was spun up in the cloud with a guid password generated at the time of creation.  Once the configuration of the hardware was finished the account...

  • RE: The Avalanche of Cloud Computing

    xsevensinzx - Friday, September 22, 2017 6:45 AM

    Security is my main concern with cloud right now. The other would be the main...

  • RE: The Avalanche of Cloud Computing

    I've noticed a trend that occurs in new inventions.
    Generation One: We try and use it in almost the same way as the predecessor
    Generation Two: Some form of interim...

  • RE: Interviews: What is ACID?

    I was told a story about John Williams the guitar player being asked by a fan what his tips were for bridging.  He had to pause for a while before...

  • RE: The struggle to renormalize data

    @jeff.  5 integers, datetime, 6 varchars, 2 of which were varchar(max) for the bcp version.

    Similar for the JSON version but with some additional attributes and pointless nesting.  I...

  • RE: The struggle to renormalize data

    If you have known columns represented in fixed width or delimited file there is so little processing to do that it is always going to be fast on any platform.

  • RE: The struggle to renormalize data

    In the old days of receiving data on 1/2" tape the list brokers used to supply the tapes with 1/2 page of A4 telling you the record format, encoding, number...

  • RE: Using Tools that Fit

    In one position I was given a MacBook PRO.  Prior to that I had no experience with Macs other than wincing at the price tag and moving on.  To be...

  • RE: Database Development Made Easy?

    I've found that when working in a team the database and application work immeasurably better, the development goes much faster and deployments go smoother.
    When dealing with remote development teams...

  • RE: Database Development Made Easy?

    jasona.work - Wednesday, August 30, 2017 10:10 AM


    Every time I suggested getting together with someone to take a look with an...

  • RE: Database Development Made Easy?

    For destructive deployments we had an explicit DBA schema so the relevant data could backed up and be rolled back.  The deployment/rollback usually involved some form of sp_rename for the...

  • RE: Graphing Performance

    Certainly HIVE gives a sort of SQL called HQL which is based on the MySQL dialect.
    Cassandra has CQL, Aerospike has AQL and Couchbase has NiQL.
    Apache Spark goes for...

Viewing 15 posts - 901 through 915 (of 3,656 total)