Forum Replies Created

Viewing 15 posts - 9,901 through 9,915 (of 39,803 total)

  • RE: Today's Random Word!

    Smile

  • RE: Are the posted questions getting worse?

    Not me, I wrote a legitimate script for today's knowledge share.

  • RE: CTE Syntax

    Grant Fritchey (3/31/2015)


    I use semicolons on terminators for all my statements. Everyone should.

    You do or Prompt does it for you?

  • RE: Talking baseball

    BTW, we had a scrimmage last week. Went 1-2 with a walk, but tweaked the left elbow throwing. Switched to right handed play and may be there the season. Actually,...

  • RE: Talking baseball

    Ray K (3/31/2015)


    So is anyone as excited as I am that baseball season starts in a week? :hehe::w00t::-)

    EDIT: And to add to the fun, anyone have any bold predictions for...

  • RE: Are the posted questions getting worse?

    GilaMonster (3/31/2015)


    I've been to Paris 5 times and I have not once seen the Eiffel Tower. Therefore the Eiffel Tower does not exist!

    Ok, the 5 times I've been to Paris...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/30/2015)


    First day back to work after 4 weeks off. Felt like a new employee. I didn't know where my cube was, my laptop would not connect...

  • RE: Source Code Security

    Xavon (3/31/2015)


    Personally, I have never been a fan of online VCS. The human aspect of public vs private aside, it has always just seemed less secure to me.

    But it's...

  • RE: Sql server 2005 --> 2014 upgrade. Risks/things to consider/etc...

    I really like Grant's idea here of Log Shipping to continue to test and keep your new system close to the old one.

    I'd follow his steps

  • RE: Software Engineering in Practice

    Greg Edwards-268690 (3/31/2015)


    GilaMonster (3/31/2015)


    Yet Another DBA (3/31/2015)


    Most of those I have worked with that do have a CS degree dont tend to understand databases to any depth, but instead want...

  • RE: Source Code Security

    Yet Another DBA (3/31/2015)


    Steve Jones - SSC Editor (3/30/2015).... . Developers shouldn't have access to account information or keys that are used in production. There should be separate credentials used...

  • RE: Software Engineering in Practice

    True, but not everyone starts in a small shop. Plenty of people change jobs, and the more we apprenticed, the more talented people that would move on to other positions.

    I...

  • RE: CTE Syntax

    It's only to let someone easily cut/paste code and exclude the semi-colon.

    I do try to provide good code samples with semi-colons in them to help get people in the habit.

  • RE: Are the posted questions getting worse?

    Jeff Moden (3/27/2015)


    BWAAA-HAAA!!!!! SPAM REPORTED!!! 😀

    Ha, you're jealous because I ignored Detroit.

  • RE: CTE Syntax

    Koen Verbeeck (3/30/2015)


    Such a bad habit to start a CTE with

    ;WITH

    I hate it 😀

    Nice question though, thanks Steve.

    I agree. I've started to try this:

    ;

    WITH myCTE ...

Viewing 15 posts - 9,901 through 9,915 (of 39,803 total)