Forum Replies Created

Viewing 15 posts - 21,856 through 21,870 (of 26,484 total)

  • RE: T-Sql rant

    Jeff Moden (3/21/2009)


    Lynn Pettis (3/20/2009)


    Jeff Moden (3/20/2009)


    If you did it your way, which numbers would be reserved if you needed 100 numbers as the increment?

    You know, I was looking at...

  • RE: T-Sql rant

    Jeff Moden (3/20/2009)


    Lynn Pettis (3/20/2009)


    Jeff Moden (3/20/2009)


    Lynn Pettis (3/20/2009)


    Jeff Moden (3/20/2009)


    Heh... nope... I don't believe I ever wrote that... If it were for a sequence table, I'd have written something...

  • RE: T-Sql rant

    Jeff Moden (3/20/2009)


    Lynn Pettis (3/20/2009)


    Jeff Moden (3/20/2009)


    Heh... nope... I don't believe I ever wrote that... If it were for a sequence table, I'd have written something like the following (partial...

  • RE: T-Sql rant

    Jeff Moden (3/20/2009)


    Heh... nope... I don't believe I ever wrote that... If it were for a sequence table, I'd have written something like the following (partial code)....

    UPDATE NextID

    ...

  • RE: use of Curser to purge data+sql server 2005

    Richard Fryar (3/20/2009)


    Lynn,

    Beware the typo. You put 365 instead of -365.

    snehal.gamaji.career,

    Create a clustered index and go with Lynn's suggestion. Your WHERE clause is not SARGable, and will perform...

  • RE: T-Sql rant

    foxjazz, I hope you leave this thread with more than just the knowledge we tried to impart. I hope you have also learned that there are quite a few...

  • RE: Are the posted questions getting worse?

    Jeff Moden (3/20/2009)


    Derek Dongray (3/20/2009)


    It looks like The Rant has run its course.

    And from his description of his setup (sync software + 3 application tools + 5 databases), I don't...

  • RE: T-Sql rant

    From what I can tell the mistake is already made. The question is CAN they fix it up or would it require a rewrite of their software system. ...

  • RE: T-Sql rant

    Jeff Moden (3/19/2009)


    foxjazz (3/19/2009)


    I think this is the query I arrived at for getting the next PK value.

    select @currentval = max(Convert(int,substring(GenLevelAddFieldID,len(@@servername) + 1,10))) from tblLevelAddFieldRel where GenLevelAddFieldID like @@servername...

  • RE: Are the posted questions getting worse?

    Derek Dongray (3/19/2009)


    Lynn Pettis (3/19/2009)


    Whoa! I think we had an epiphany!!! From The Rant:

    foxjazz (3/19/2009)


    Lynn, you have completely and utterly convinced me to look for a set based...

  • RE: Are the posted questions getting worse?

    Luke L (3/19/2009)


    GSquared (3/19/2009)


    It only took six to turn him from a semi-spoiled, annoying brat into a dead good-guy, with much of the transformation being spent in the "teen angst...

  • RE: T-Sql rant

    foxjazz (3/19/2009)


    Lynn, you have completely and utterly convinced me to look for a set based solution to the problems that come as part of the job.

    Cudos for that!

    Thank you for...

  • RE: Are the posted questions getting worse?

    Whoa! I think we had an epiphany!!! From The Rant:

    foxjazz (3/19/2009)


    Lynn, you have completely and utterly convinced me to look for a set based solution to the problems...

  • RE: Concatenating field values in one string

    Bruce W Cassidy (3/19/2009)


    [font="Verdana"]Thanks folks! Would you believe I was doing this sort of thing with a pivot? :blush:[/font]

    Tell me, please, did it hurt? 😉

  • RE: Are the posted questions getting worse?

    Bob Hovious (3/19/2009)


    Arrogance, it seems, returned it has. Oh well, much hope I have no longer.

    Is it possible he's been doing it all with cursors since 1995 ??

    Suprise...

Viewing 15 posts - 21,856 through 21,870 (of 26,484 total)