Forum Replies Created

Viewing 15 posts - 2,716 through 2,730 (of 2,766 total)

  • RE: Talking baseball

    Damon is a decent hitter and good on the basepaths, but a liability in the field. Melky is a decent fielder and an okay hitter (but could be better).

    Pick...

  • RE: Talking baseball

    CirquedeSQLeil (12/22/2009)


    Nice...Braves trade with the Yankees

    http://sports.espn.go.com/mlb/news/story?id=4764085

    Yankees get better in the BullPen and the Braves get Melky - hmmm not sure I like the trade.

    Not yet sure how I feel about...

  • RE: SQL in code vs. stored procedures

    Naked Ape (12/22/2009)


    I used to just code SQL into the app, rather than use SPs, but in recent times I am using SPs more. I like that approach now as...

  • RE: Win 2k8 Server 64bit - Named (System Wide) Semaphores - SQL Server 2k8

    You posted this same question on both the General and the T-SQL forms.

    Please DO NOT cross-post.

    Thanks . . .

  • RE: Today's Random Word!

    S Hodkinson (12/22/2009)


    Boxing Day is the day after Christmas and it is a traditional day off. It is supposed to be when employers gave small presents (boxes) to their...

  • RE: Today's Random Word!

    CirquedeSQLeil (12/21/2009)


    which is what exactly?

    Anybody celebrate Boxing Day?

    Not exactly sure. All I know is that it's the day after Christmas.

    Can any of our English or Canadian friends on here...

  • RE: Today's Random Word!

    Wrestling Day . . . errr, I mean, Boxing Day.

  • RE: Talking baseball

    CirquedeSQLeil (12/21/2009)


    Red Sox - little guy....WHAT? Maybe little compared to the Spankees...err Yankees :cool:.

    Well, when one team wins 27 World Series, and the other goes 86 years between titles...

  • RE: Talking baseball

    Steve Jones - Editor (12/21/2009)


    I thought all of Fenway looked small! It seemed surprisingly smaller than Coors Field, though I think all the open sky in Denver makes it large....

  • RE: Talking baseball

    I always thought that the Green Monster looks smaller in person than does on TV. (And as a Yankee fan, I now cringe every time I hear Sweet Caroline!)

    Anyone...

  • RE: My code

    Chris Morris-439714 (12/21/2009)


    So what? We've known for years that the answer is 42.

    Yes, but what is the actual question? 🙂

  • RE: The Chain of Data Responsibility

    When I first read this article, my initial reaction was, "shame on the ISP for not properly setting any kind of fail-safe utilities for their customers."

    But upon further reflection (and...

  • RE: SQL in code vs. stored procedures

    Yeah, I purposely made my scenario generic, and I realize that there's a lot of "it depends" involved. (Lynn: to answer your question, it could be either -- almost...

  • RE: SQL in code vs. stored procedures

    GSquared (12/21/2009)


    I'm not as familiar with ASP.NET as I probably should be, so this may or may not be relevant/correct.

    In VBA, you can create an SQL connection object, and a...

  • RE: Using a variable for a column name within a query and assign result to another variable...

    Actually, now that I'm re-reading it . . .

    Why are you building a dynamic query? Why not do this:

    DECLARE @cn varchar(50)

    DECLARE @value char(1)

    SET @cn = 'MyColumnName'

    SELECT TOP 1 @value...

Viewing 15 posts - 2,716 through 2,730 (of 2,766 total)