Forum Replies Created

Viewing 15 posts - 1,201 through 1,215 (of 1,988 total)

  • RE: Urgent: copy query result and paste to excel get messy result

    If your data has text in it one(or more) of the columns likely has a delimiter in it, the default is a tab when you copy and paste out of...

  • RE: Substitute for SQL Agent

    Just to point out one thing, csv are not excel documents Excel just happens to be able to open them 🙂

    There are any number of tools that can call SQL...

  • RE: Today's Random Word!

    Manic Star (12/21/2016)


    Ed Wagner (12/21/2016)


    djj (12/20/2016)


    DamianC (12/20/2016)


    whereisSQL? (12/20/2016)


    Ed Wagner (12/20/2016)


    Manic Star (12/20/2016)


    Grumpy DBA (12/20/2016)


    ZZartin (12/20/2016)


    Ed Wagner (12/20/2016)


    Revenant (12/20/2016)


    djj (12/20/2016)


    Ed Wagner (12/20/2016)


    Hugo Kornelis (12/20/2016)


    Manic Star (12/20/2016)


    Power

    People

    Users

    Administrator

    Access

    Permissions

    word

    Excel

    Mediocre

    Accepted

    Conditionally

    true

    Possitive

    Terminal

    Shock

    Eel

  • RE: Could OS virtualisation make SQL Replication (or other HA) redundant?

    Well first off virtualization is not synonymous with cloud services although cloud services rely heavily on virtualization.

    And why would either of those matter, either a transaction is committed...

  • RE: Today's Random Word!

    Ed Wagner (12/20/2016)


    Revenant (12/20/2016)


    djj (12/20/2016)


    Ed Wagner (12/20/2016)


    Hugo Kornelis (12/20/2016)


    Manic Star (12/20/2016)


    Power

    People

    Users

    Administrator

    Access

    Permissions

    word

  • RE: When Your Primary Key is Not the Clustered Index

    Well keep in mind a primary key is a constraint not an index, it can be misleading that SQL Server will create a clustered index on the primary key if...

  • RE: Viable Java-based Front End?

    Well for your first question yes if at all possible you would want a web client over a fat client, that'll save you any number of head aches having to...

  • RE: Today's Random Word!

    Manic Star (12/19/2016)


    whereisSQL? (12/19/2016)


    Grumpy DBA (12/19/2016)


    Manic Star (12/19/2016)


    Bacon

    Kevin

    Hart

    Deer

    Bullseye

  • RE: Today's Random Word!

    Grumpy DBA (12/16/2016)


    BWFC (12/16/2016)


    Whiskey

    Tango

    Frisco

  • RE: Trigger isn't firing

    It looks like the initial if statements are breaking your @@ROWCOUNT = 1 check 🙂

    CREATE TABLE TEST_TRIG_ONE(COL_ONE varchar(30), COL_TWO varchar(30), COL_THREE varchar(30))

    CREATE TABLE TEST_TWO(COL_ONE varchar(30), COL_TWO varchar(30), COL_THREE varchar(30))

    DROP TRIGGER...

  • RE: Today's Random Word!

    Ray K (12/13/2016)


    Manic Star (12/13/2016)


    Ed Wagner (12/13/2016)


    Revenant (12/13/2016)


    Grumpy DBA (12/13/2016)


    Luis Cazares (12/13/2016)


    Cereal

    Cheerios

    Sugar

    Buzz

    Espresso

    Cappuchino

    Yuppy

  • RE: DBAs Need to Learn to Develop

    I don't know where the impression comes from that development is solely limited to customer facing work. If a car mechanic told you he didn't think knowing how to...

  • RE: Long running Insert stored proc

    Just wondering but why are you joining to the metrics table at all in the select if you're clearing the data from that table anyways before running it? It...

  • RE: Today's Random Word!

    Luis Cazares (12/9/2016)


    Revenant (12/9/2016)


    djj (12/9/2016)


    crookj (12/9/2016)


    Ed Wagner (12/9/2016)


    Stuart Davies (12/9/2016)


    Manic Star (12/8/2016)


    Alan.B (12/8/2016)


    Gravitational

    Threshold

    Boundary

    Border

    Line

    Vector

    Algebra

    Calculus

    Apple

  • RE: Testing Coders

    Eric M Russell (12/9/2016)


    Gary Varga (12/9/2016)


    Eric M Russell (12/8/2016)


    Regardless of whether we're interviewing for a DBA or a developer who will code SQL, one question I ask is:

    "For the next...

Viewing 15 posts - 1,201 through 1,215 (of 1,988 total)