Forum Replies Created

Viewing 15 posts - 2,491 through 2,505 (of 6,038 total)

  • RE: Today's Random Word!

    djj (7/7/2016)


    Luis Cazares (7/7/2016)


    whereisSQL? (7/7/2016)


    HappyGeek (7/7/2016)


    djj (7/7/2016)


    Rework

    Rethink

    Regret

    Retry

    Reboot

    Restore

  • RE: The Bad Data Shutdown

    Steve Jones - SSC Editor (7/6/2016)


    David.Poole (7/6/2016)


    If we are planning to do a continuous delivery system for vehicle software then we need to have some heavy weight software engineering that...

  • RE: Unstructured data sources into a structured DW

    xsevensinzx (7/6/2016)


    Eric M Russell (7/6/2016)


    Although you can technically store unstructured data in SQL Server, the question is: Why would you?

    If you're ultimately trying to import facts and dimentions (as properly...

  • RE: Inserting Where values don't Exist

    For key value pairs, this is typically what you want. If name exists (@@rowcount = 1), then it's value is updated. If name doesn't exist (@@rowcount = 0), then it...

  • RE: Unstructured data sources into a structured DW

    Although you can technically store unstructured data in SQL Server, the question is: Why would you?

    If you're ultimately trying to import facts and dimentions (as properly defined by the business)...

  • RE: Justify DBA access to production

    tezsb (7/6/2016)


    I love that too... Although I doubt I could even offer my emotional support... maybe my condolences

    Oh, I'd never earn MY paycheck offering emotional support. If that's what they...

  • RE: Justify DBA access to production

    Beatrix Kiddo (7/6/2016)


    Eric M Russell (7/6/2016)


    If the CIO calls you at 2am to report that the server is down, the only thing you could offer is your emotional support.

    😀 I...

  • RE: Justify DBA access to production

    tezsb (7/6/2016)


    thanks to all for your replies, I appreciate the additional insight and view from an alternative perspective. Rightly or wrongly, I assumed the CIO knows what a DBA does...

  • RE: Article Research

    If you use a continuous integration tool like TeamCity or an automated deployment tool like DbUp, then it's entirely possible for unexpected object or securoty related DDL operations to get...

  • RE: Unstructured data sources into a structured DW

    leehbi (7/4/2016)


    I'm starting to see more data sources from JSON based API's (mostly 3rd party). JSON must make the app developers life easier but it makes my life...

  • RE: Justify DBA access to production

    tezsb (7/4/2016)


    Hello all,

    I am looking for help to justify my access to Production to my CIO. Sounds strange, doesnt it?

    Well, it is, and I am at wits end here and...

  • RE: Independence Day II

    If you're going to have a national holiday, it should commemorate an event or concept that practically all citizens can rally behind. Commemorating the outcome of a recent partisian referendum...

  • RE: Email or Username

    Using a 3rd party to manage user identities make sense for many reasons, and the most compelling reason is that you own your identity and it can be reused...

  • RE: What is this WHERE clause

    As a side note, in Oracle a NULL and an empty string '' are equal, which means that:

    '' IS NULL, the expression '' = '' would always evaluate False,...

  • RE: Democratic Data Science

    Rod at work (6/29/2016)


    Eric M Russell (6/28/2016)


    While we're on the topic of organizations who leverage technology to automate "grunt work", this is a funny read.

    How to Snare Millions of...

Viewing 15 posts - 2,491 through 2,505 (of 6,038 total)