Forum Replies Created

Viewing 15 posts - 2,656 through 2,670 (of 2,766 total)

  • RE: Talking baseball

    Jan Van der Eecken (1/13/2010)


    Yes, we do have a National Team. Went over to Spain for some large tournament and did relatively well. As to WBC? I really would not...

  • RE: Where are you?

    Lynn Pettis (1/12/2010)


    ROFL When my dad moved out to Colorado from New Jersey in the mid 50's, relatives back there thought people still rode horses, carried pistols everywhere and...

  • RE: Talking baseball

    Jan Van der Eecken (1/11/2010)


    Great to see a Baseball Thread popping up on SSC!

    I'm a big fan of the game, even if I happen to live in South Africa. Got...

  • RE: Talking baseball

    Markus (1/12/2010)


    The timing is interesting. I think it has more to do with him now being a coach for the Cardinals. He was going to be hounded by...

  • RE: Error handle in Stored Procedure and Java

    I'm not a Java programmer, either, so this is speculation on my part.

    If I'm not mistaken, I believe Try-Catch is primarily a Microsoft SQL and .NET function. I'm guessing...

  • RE: VB.Net Question - NextRecordset missing ???

    P Jones (1/12/2010)


    The best articles I've found on vb.net are on http://www.4guysfromrolla.com especially those by Scott Mitchell and his data access series for Microsoft and all the other tutorials at...

  • RE: VB.Net Question - NextRecordset missing ???

    Ah, yes. NextResult does sound familiar. Glad you got it working!

  • RE: Today's Random Word!

    Monday

    Sounds like "mundane."

    "Just another manic Monday . . . "

  • RE: VB.Net Question - NextRecordset missing ???

    mick burden (1/11/2010)


    Hi everyone, I normally use VB6 as my programming language to read and write to a SQL server (2000), I've recently gone over to VB.Net (2008), my problem...

  • RE: Insert character question

    John Rowan (1/8/2010)


    Here it is using STUFF.

    DECLARE @Var varchar(10)

    SET @Var = 'XXXXXXXX'

    SELECT STUFF(@Var, LEN(@Var) - 2, 0, '.')

    Ah, yes. I defer to those who have more SQL experience than...

  • RE: Insert character question

    hansontd (1/8/2010)


    I need to insert a period in a varchar column always 3 "places" over from the right side of the value for example XXXX.XX

    I suspect there might be a...

  • RE: Jr sql dba phone interview questions

    Jeff Moden (1/8/2010)


    It's almost impossible for you to "prepare" for questions that people will ask you on an interview. Just be yourself and be 100% honest. "Absolute Honesty"...

  • RE: Jr sql dba phone interview questions

    ddlawal (1/8/2010)


    I need a mentor too.......any takers?

    Just keep posting to these forums. You'll find plenty of 'em! 🙂

  • RE: Talking baseball

    Just to get this discussion started . . .

    Ray K (1/7/2010)


  • What players, active or retired, who are NOT yet eligible for the Hall deserve enshrinement?
  • Off the top of my head:...

  • RE: Talking baseball

    I just came across this article which seems to fall in line with this thread.

Viewing 15 posts - 2,656 through 2,670 (of 2,766 total)