Forum Replies Created

Viewing 15 posts - 48,901 through 48,915 (of 59,065 total)

  • RE: How to run a query to bring all the fields from each table

    Atif Sheikh (8/5/2008)


    Hi Jeff..

    I executed your script and, surprisingly, got an error. One of my databases was in the recovering status and raised error on that database.

    So I altered your...

  • RE: How to run a query to bring all the fields from each table

    Heh... couldn't resist, Barry.

    Hey! Are you going to PASS this year? Sure would like to do some 12 oz. curls with ya someday. Bring your helmet so...

  • RE: Just For Fun: An Impossible Delete

    Very cool, Jacob! Thanks for taking the time to test it and other methods, as well! 🙂

    I wish I could take the credit for the code,...

  • RE: Money vs. Decimal Data type

    meichner (8/5/2008)


    Thanks to both Jeff and Jacob for the help. Based on your posts I will use decimal instead of money. I was wondering, since I am only working...

  • RE: Just For Fun: An Impossible Delete

    Jacob Luebbers (8/5/2008)


    Jeff Moden (8/5/2008)


    ...For example, the fastest "missing sequence" code I've ever seen uses a couple of correlated sub-queries which is a form of RBAR... but the constraints it...

  • RE: Deleting 400K rows

    CrazyMan (8/5/2008)


    There are 10 indices out of which one is clustered, no trigger, does this affect deleting???

    The clustered one is the easy one for deletes... the other 9 are add...

  • RE: How to run a query to bring all the fields from each table

    rbarryyoung (8/5/2008)


    Jack Corbett (8/5/2008)


    I don't know, based on your time in the field from your recently posted article, I feel like I need to show you proper respect and call...

  • RE: How to run a query to bring all the fields from each table

    Jack Corbett (8/5/2008)


    Also mine does take advantage of a undocumented (by MS) procedure that could change or disappear so using sys.databases and the dynamic SQL is probably better.

    Heck... I wouldn't...

  • RE: Update leading Zeros

    You bet. Welcome aboard and thank you for the feedback. 🙂

  • RE: EXEC() results to populate cursor

    Michael Valentine Jones (8/5/2008)


    I believe there is still a limit of 256 tables in a query (haven't verified that, so I could be wrong), so if you have a lot...

  • RE: eliminating duplicates

    Heh... OUTSTANDING CHRIS! I've been looking for that exact cartoon for a while now! Thanks. And, yeah... it does remind me a lot about the Shenanigans that...

  • RE: Just For Fun: An Impossible Delete

    Andy DBA (8/5/2008)


    Also, the concept of storing a tally table would be a pretty hard sell. "So you're suggesting we have a permanent table of nothing but consectutive numbers?...

  • RE: Just For Fun: An Impossible Delete

    Tao Klerks (8/5/2008)


    Hmm, my curiousity is piqued... The solution presented is quite interesting, but I believe the purported interest in bits and bytes is a little exaggerated, as the solution...

  • RE: Urgent help required !!!!!

    maruf24 (8/4/2008)


    i hav used exists but there is no use same result...

    ...... shud i do 1 thing to check the appication.... some one might changed the coding as it run...

  • RE: BETWEEN

    Lynn Pettis (6/13/2008)


    I'd simply call it a strong difference of opinion.

    Heh... isn't that the way religious wars get started. 😛

Viewing 15 posts - 48,901 through 48,915 (of 59,065 total)