Forum Replies Created

Viewing 15 posts - 46,321 through 46,335 (of 59,062 total)

  • RE: Looking Forward

    Domagoj Orec (12/27/2008)


    Thank you all for this kind words, somehow I didn't expect enyone would reply to my post

    Wishing everyone all the best in 2009

    Like a...

  • RE: Query Help!

    "Steping" through rows with a CTE can be done... but it will be much slower because recurrsion is worse than a simple cursor or while loop... and we both know...

  • RE: Are the posted questions getting worse?

    GilaMonster (12/27/2008)


    Jeff Moden (12/27/2008)


    BWAAA-HAAA! Excellent candidate for this year's SQL Darwin award...

    He's a repeat offender who just doesn't seem to get it. I have several unpleasant memories of that...

  • RE: Update Query Issue

    Oh yeah... I knew I was forgetting something...

    You're trying to update the whole table, right? Instead of pussy footing around with row locks changing to page lock changing...

  • RE: Query Help!

    Thanks, guys. :blush: It's amazing to me how often a problem can be resolved by the "running total" method.

  • RE: Multi-column primary keys

    Heh... let's put it in terms of common sense... whether it's legal or not, would YOU want you SSN in clear text along with other personal and financial information on...

  • RE: Are the posted questions getting worse?

    BWAAA-HAAA! Excellent candidate for this year's SQL Darwin award...

    http://www.sqlservercentral.com/Forums/Topic478330-8-1.aspx#BM480712

    Scroll up from that post to see the hell he caused a bunch of people because he thought Sybase and SQL...

  • RE: OLE Automation help

    I believe that I'd post that exact same thing on Simple Talk and let Phil and Robyn have a crack at it... they're the ones that wrote the method to...

  • RE: Update Query Issue

    Jay Sapani (12/27/2008)


    I Have A Simple Update Query But It Takes A Lot Of Time,How Can I Reduce Its Time ?

    I Have A Table With 10 Lakh Records.

    I Want To...

  • RE: Query Help!

    ganeshmuthuvelu (12/27/2008)


    Can someone help me in writing this update query without cursors?

    Yep... and we don't need a WHILE loop, either (it would be just as slow)...

    First things first... here's the...

  • RE: Query Help!

    Dugi (12/27/2008)


    interesting variable value ...at first when I saw your sample data it shows me the logic that max_value - min_value = allowed_value but the last record doesn't have this...

  • RE: Query Help!

    Nah... the logic is pretty simple if you look at it right... the 23 is not being split by Min value... it's being split by the difference between the Min...

  • RE: Expressions based on data in the SELECT statement

    Thanks for the feedback, Jeanangeo. Glad you got it solved.

  • RE: Looking Forward

    Domagoj Orec (12/27/2008)


    My goals would be:

    1. Close my buisness and leave this God forbidden country (Croatia)

    5. Be Happy, at least for a one day in a year

    Anyone that thinks...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (12/27/2008)


    Don't be too sure about that. I remember interviewing this guy once who never got an answer wrong. He could talk all day long about the databases. We...

Viewing 15 posts - 46,321 through 46,335 (of 59,062 total)