Forum Replies Created

Viewing 15 posts - 48,736 through 48,750 (of 59,065 total)

  • RE: Hidden RBAR: Triangular Joins

    magarity kerns (8/15/2008)


    By the most amazing coincidence, we have just discovered a developer's query is running out of tempdb space because of the following as his join clause:

    where

    a.acct_nbr >...

  • RE: Hidden RBAR: Triangular Joins

    Joe Celko (8/15/2008)


    Very nice explanation of the problem!

    Right now, I'd do running totals in a report writer with SQL Server. But my current job uses DB2, so...

  • RE: Hidden RBAR: Triangular Joins

    toniupstny (8/15/2008)


    (** adding: in response to Charles **)

    Hmmm.... I (re)read the article Jeff pointed to as the follow-up

    Heh... it's been out for quite some time...

    http://www.sqlservercentral.com/articles/Advanced+Querying/61716/

    --Jeff Moden

    and frankly did...

  • RE: Hidden RBAR: Triangular Joins

    Ed Thompson (8/15/2008)


    Good article to grow by, and very much look forward to Part 2.

    Thanks Ed... the followup is at the following URL...

    http://www.sqlservercentral.com/articles/Advanced+Querying/61716/

  • RE: Hidden RBAR: Triangular Joins

    jcrawf02 (8/15/2008)


    Steve & company led you in with "T-SQL Crackerjack Jeff Moden..." on today's feature - does that mean there's a prize in every Jeff? :w00t:

    Heh... no... just surprizes... 😉

  • RE: Hidden RBAR: Triangular Joins

    toniupstny (8/15/2008)


    I am not sure if this was covered somewhere in the numerous prior pages of discussion as I had a hard time going through all of them (pardon me...

  • RE: Hidden RBAR: Triangular Joins

    Charles Kincaid (8/15/2008)


    Re-read the original article. Jeff points out the problem with using the index and points out that you should use order by instead.

    Actually, in the Running Total...

  • RE: Case Select Sum

    Thanks for the feedback, David.

  • RE: Is it possible to turn off replication?

    I'm such a dummy... to do this in almost a single click, I just need to turn of the SQL Server Agent and turn it back on when I'm done....

  • RE: Wax off... wax on...

    No, no... the deleted rows aren't a problem... my appologies for not being a bit more clear (pretty much under the gun and not thinking correctly). The rows are...

  • RE: Is it possible to turn off replication?

    I think I've got this... I'd have to disable all 70 Log Reader Agents... and then turn on just the ones that were previously disabled. Sounds like a real...

  • RE: Wax off... wax on...

    Oh yeah... almost forgot... the reason why I don't do the copy, delete, and rename thingy is because I don't know if it'll break replication or any of the associated...

  • RE: Wax off... wax on...

    rbarryyoung (8/14/2008)


    OK, there are several places that you can do this from, but the best place is: "Replication Monitor/Agents/Log Reader Agent" which will all of the LogReaders and only the...

  • RE: Wax off... wax on...

    GilaMonster (8/14/2008)


    Having fun as an administrator today?

    Oh hell no! 🙂 I'm not a "systems" type of DBA and I've never used replication before. I'm one of them...

  • RE: Wax off... wax on...

    Ok... thanks Gail. And, heh... thanks for not killing the OP for his ignorance in this area. 🙂

Viewing 15 posts - 48,736 through 48,750 (of 59,065 total)