Forum Replies Created

Viewing 15 posts - 631 through 645 (of 3,656 total)

  • Reply To: The Ongoing Costs of Building Software

    If you outsource you get a fixed scope and budget.

    • The advantage is that you get exactly what you ask/pay for.
    • The disadvantage is that you only get what you...
  • Reply To: The NoSQL Misdirections

    The page on the MongoDB site gives a 404.

    MongoDB's strengths are also its weaknesses.

    It doesn't care about the design of its collections. It'll punish poor design with poor performance but...

  • Reply To: Is It Worth Writing Unit Tests?

    Most of the effort should go into thinking about what you want to test and why.

    Does a test of an insert statement keep on working?  If NO then it could...

  • Reply To: Demo Data for Everyone

    There are an increasing number of articles demonstrating that obfuscated data isn't as obfuscated as it might first appear.  The Netflix example being just one.

    Tools like Redgate SqlGenerator can be...

  • Reply To: The 2019 Home Lab

    I use virtual box and VMWare as some vendors (such as Teradata) supply virtual machines preconfigured.  Hortonworks and Cloudera both supplied their entire stacks as a VM.

    I've had a few...

  • Reply To: Attacks Using Attacks

    Those are incredibly important points.  Let us suppose that I have a product catalogue in a database and an external actor gains read access to that database.  The data they...

  • Reply To: Cloud Migration Challenges

    I'm seeing an increasing use of serverless technologies and managed services.  Why nurse maid a Zookeeper and Kafka combination when you can use a managed Kafka instance?

    ETL solutions such as...

    • This reply was modified 6 years, 7 months ago by David.Poole.
  • Reply To: Is It Worth Writing Unit Tests?

    Arnaud, how are you testing your app at present?  Do you have a unit testing approach to the non-SQL parts of your C# app?

  • Reply To: Ransomware and DevOps

    A hard lesson I learned is that an environment building from scripts has to be damn careful where it pulls its software from.  You need a local repository where there...

  • Reply To: Waking Up to No Support

    I've had to live with several different software packages that have gone out-of-support.  You can get away with it for ages.  Emphasis on "getting away with it".

    The problem comes is...

  • Reply To: Balancing Hard and Soft Skills

    There is a difference between telling and selling.  You can tell people until you are blue in the face and no matter how right you may be that is no...

  • Reply To: Killing FTS

    Corey, you may want to take a look at https://www.sqlsharp.com/ by Solomon Rutzky.

    I think Steve is right.  It's time to replace FTS.  I did an experiment to try and get...

  • Reply To: Practice Those Scripts

    No system or approach is infallible.  I'll give an example of my latest mistake.

    I write tests for the outcomes that are mandated by requirements.  I also write tests to check...

    • This reply was modified 6 years, 8 months ago by David.Poole.
    • This reply was modified 6 years, 8 months ago by David.Poole.
  • Reply To: Technology Flows Downstream

    This is following a trend.  At both the AWS RE:Invent and Microsoft Ignite,  Snowflake DB played a prominent role.

    Similarly we have Vertica runing in EON Mode.

    The local caching...

  • Reply To: Slower is Faster

    Where I work the dashboards and performance metrics for production applications and infrastructure is available to all in all environments.

    Being told something is one thing.  Being shown is another thing...

    • This reply was modified 6 years, 8 months ago by David.Poole.

Viewing 15 posts - 631 through 645 (of 3,656 total)