Forum Replies Created

Viewing 15 posts - 18,211 through 18,225 (of 22,214 total)

  • RE: application keeps stopping or get hung in the logs it says connection

    Are you seeing errors in the SQL Server logs? Do you have an error number or severity on the client? There are a lot reasons for a disconnect. Without more...

  • RE: Are the posted questions getting worse?

    Ninja's_RGR'us (2/24/2009)


    Holly cr*p, 200 messages in a day!!!!!

    For the first time I had to declare e-mail bankruptcy... just delete everything and move on.

    can anybody resume the last day's comments in...

  • RE: Top 1 VS Max

    Like I said, it's not online. It was published in the print magazine SQL Server Standard, which is published by SQL PASS. They don't have the articles on line. Go...

  • RE: A true million SSc members

    Yeah Steve, give us more stuff!

    OK, maybe just for George here for having a bit more wit than others.

  • RE: query hangs and tempdb keeps on growing

    To really answer the question, we'd need to see the query, but tempdb is used when you create temporary tables, either table variables or old fashioned temp tables, when you...

  • RE: Top 1 VS Max

    1) Without an index, I suspect both queries will result in a table scan. You would want an index there. With an index, I've generally found TOP to work better...

  • RE: Global vs Local Temporary Tables

    Temporary tables can be dropped automatically as the process that created them leaves scope (the user logs off or breaks the connection). Global temp tables are dropped automatically when all...

  • RE: Duplicate INSERTs

    Yeah, it sounds like duplicate entries and you don't have a natural key defined on the database. That is one of the problems with using an Identity only PK method....

  • RE: Are the posted questions getting worse?

    Bruce W Cassidy (2/23/2009)


    GilaMonster (2/23/2009)


    I don't know what it was about it. One of my friends loved it to bits.

    Maybe the blatant feminism. MZB's not subtle about that when she...

  • RE: Are the posted questions getting worse?

    Bob Hovious (2/23/2009)


    She Who Must Be Obeyed

    You either read H. Rider Haggard or Rumpole....

    Gail, yes the Illuminatus Trilogy is worth reading, although written in the early seventies and geared towards...

  • RE: Are the posted questions getting worse?

    Bruce W Cassidy (2/23/2009)


    GilaMonster (2/23/2009)


    Odd, because I normally love Arthurian myth.

    [font="Verdana"]After Mary Stewart (brilliant), I find most Atrhurian myth disappointing.

    But on the note of dissapointing movies from books and Arthurian...

  • RE: Are the posted questions getting worse?

    GilaMonster (2/23/2009)


    Grant Fritchey (2/23/2009)


    I tried three times to read Mists of Avalon. I got a few pages further each time before flinging the book across the room.

    I got about half...

  • RE: Are the posted questions getting worse?

    Bob Hovious (2/23/2009)


    So.... The Illuminatus! Trilogy?

    fnord Hail Eris! fnord

  • RE: Are the posted questions getting worse?

    Lynn Pettis (2/23/2009)


    I tried reading that book in High School, could do it, don't even want to try now.

    I tried three times to read Mists of Avalon. I got a...

  • RE: Restoring SQL2000 database to SQL Server 2008 64-bit fails

    I'm extremely weak on replication, so I couldn't begin to tell you why, but I'm pretty sure that's required.

Viewing 15 posts - 18,211 through 18,225 (of 22,214 total)