Forum Replies Created

Viewing 15 posts - 601 through 615 (of 1,221 total)

  • RE: Patindex

    It was my wife's first (and probably only) 😛 appearance on Mythbusters. Apparently they had heard of lasers being bounced off the retroreflectors and were interested in building their...

  • RE: Performance Implications of Database Snapshots

    Excellent article, Gail, thanks for doing it.

    We don't use snapshots currently, heck, 90% of my servers are still 2000. 😀 But I can definitely see some uses for it...

  • RE: The Agile Cult

    I am intrigued by Agile and I can see its benefits because I have used Agile-like methodologies before when doing application development, I have always tried to keep end users...

  • RE: Patindex

    It's really cool tech. The retroreflectors have been up there for what, 30+ years?, and they've been bouncing lasers off them for as long as they've been there. ...

  • RE: Msg 4104

    MANU (5/26/2008)


    Try this:

    UPDATE t

    SET t.comp_mypassword = s.password

    FROM Company t, Members s

    WHERE t.comp_oldContactID = s.ContactID

    AND t.comp_oldAddrID = s.AddrID

    Manu

    Manu, I just ran into this exact situation with my first installation of SQL...

  • RE: Databases for Change

    Alan Vogan (9/17/2008)


    Bill Nicolich (9/17/2008)


    ...If one was willing to do a little looking around for volunteer work locally, one might try looking at some of the essential service providers that...

  • RE: Databases for Change

    Bill Nicolich (9/17/2008)


    ... If one was willing to do a little looking around for volunteer work locally, one might try looking at some of the essential service providers that always...

  • RE: Databases for Change

    Very good editorial, Bill. I particularly liked your "employed somewhere that satisfies the need for cosmic purpose". I've worked in government for about 15 years now, and though...

  • RE: Databases for Change

    Alan Vogan (9/17/2008)


    This is a great idea, and also one I've been thinking about. I've built a handful of small database applications for non-profits, as I'm sure alot of you...

  • RE: Patindex

    It was the episode about the moon landings were faked/conspiracies, I think it aired Labor Day weekend in the US. She was the final segment, the astronomer who shoots...

  • RE: Patindex

    Jeff Moden (9/16/2008)


    ... The real key is that I have a good friend that I argue with/agree with once in a while. He said something I'll never forget... "A...

  • RE: The Broken Window

    Ralph Hightower (9/16/2008)


    ...These companies and others are used often in the employment process. I read an article on MSNBC where data aggregators have gotten information from criminal court and...

  • RE: The Broken Window

    Take a look at Cory Doctrow's Little Brother[/url], his latest book about a terrorist attack in San Francisco. Talks a lot about identification and tracking through gait analysis, RFID...

  • RE: SQL Server Statistical Functions

    Good and interesting article, David. Any chance of an update for new functionality in 2005/2008, assuming that there is new functionality?

  • RE: ANSI PADDING, Trailing Whitespace, and Variable Length Character Colum

    This has always been one of my biggest frustrations in SQL Server. I don't like having to trim my fields when I'm concatenating other fields, but I accept it....

Viewing 15 posts - 601 through 615 (of 1,221 total)