Forum Replies Created

Viewing 15 posts - 1,276 through 1,290 (of 3,670 total)

  • RE: The Complexity of Branches

    Is anyone using GitFlow and if so could you share your experience?

  • RE: 3 Things I Wish I Knew When I Started Using Entity Framework

    The reason that the 3rd example parameterizes your SQL is because it is generating a reusable query plan.

    If you have a WHERE created_date>'2016-05-17' this will generate a different query...

  • RE: Software Maturity with Release Management

    Devs, infrastructure guys and DBAs have to work together to get this working and thus prove the value of DevOps.

    Like all things if you adopt the disciplines and put in...

  • RE: The Proliferation of Roles

    A side effect of having DB roles is that you have a common frame of reference to discuss business roles and how the business wishes to organise itself.

    It's a useful...

  • RE: RANDom traps for the unwary

    kiwood (5/10/2016)


    If you bothered to read the documentation you would know that for a given seed, RAND will produce the same sequence. This is by design. And as for .NET...

  • RE: The Information Schema and Cross-RDBMS Working

    Hortonworks are pushing Apache Atlas as a tool to manage Enterprise metadata.

    From what I can see so far it is very early days for this particular project.

    I went to a...

  • RE: RANDom traps for the unwary

    Given the ascendency of data science I think there is scope for some articles utilising the different statiscal techniques.

    I did enjoy the data mining series on this site.....

  • RE: Stress Testing

    My experience so far is that some vendor solutions that rely on DBs are not cloud ready. If the apps aren't cloud ready then putting the DB in the...

  • Viewing 15 posts - 1,276 through 1,290 (of 3,670 total)