Forum Replies Created

Viewing 15 posts - 53,866 through 53,880 (of 59,068 total)

  • RE: To NULL or not to NULL

    My real purpose here is to determine if there really is a performance advantage to not allowing nulls, as I was told, or if our lead designer is blowing smoke...

  • RE: So You're the New DBA

    majorbloodnock (11/28/2007)


    Jeff Moden (11/28/2007)


    Heh... the only Latin I know is "Non Illigitimi ie Carborondum" (very loosly translates to "Don't let the ba----ds grind you down". What does your tag...

  • RE: SCOPE_IDENTITY Puzzle

    In a trigger? It'll only work within the trigger... trigger is at a different scope... you may want to try @@IDENTITY if you're interested in the last ID that...

  • RE: Cummalitive addition

    Ananth (11/27/2007)


    Jeff,

    I got the solution. ....

    Thanks.

    Thanks, Ananth... Just curious, though... did the solution you get have a "<=" anywhere in the code? If so, you may have a...

  • RE: T-SQL

    That's better, Karthik...

    I would also add a couple of things to that...

    Reason 3:

    SELECT * will normally cause a table scan (even if it looks like an index scan on the...

  • RE: Database Design Question

    A location is a code varchar(10) and currently consists of 6 numeric digits where the first three are always zeros.

    First, leading zeros tend to be for display and I...

  • RE: Database Design Question

    David Burrows (11/28/2007)


    What? Oh? OH? OOOOOHHHHH!!! BWAAAA-HAAAAAA.....

    Sorry Jeff...

    Did not know if you were laughing at me :crying:

    or at my question 🙁

    or was it that I actually posted one :blink:

    Oh, bugger......

  • RE: So You're the New DBA

    Heh... the only Latin I know is "Non Illigitimi ie Carborondum" (very loosly translates to "Don't let the ba----ds grind you down". What does your tag line mean? ...

  • RE: Convert from Byte to Megabyte

    Heh... speaking of "details"... once done and you go to format it, you wanna use commas or periods for the thousand separators? 😀

  • RE: Changing Career Gears

    but I am still waiting for a good friend to help me out

    Ummm.... I wouldn't wait... take the bull by the horns and get to where you want...

  • RE: Changing Career Gears

    Nicely done, Brandie. Great success story and a great motivational story. I'll throw in that whether you have the schooling or not, you can get there if you...

  • RE: So You're the New DBA

    we quickly resolved the situation by upgrading the server to 2GB of RAM

    Heh... I guess they didn't think too much of their server 😛

    Good write up about what to...

  • RE: SCOPE_IDENTITY Puzzle

    At this point in 1% of the cases this session variable has somebody else's order id. And in 99% it's correct.

    Absolutely not true... Scope_Identity will always return the correct ID......

  • RE: Recursive UDF

    Any suggestions?

    Yes... why recalculate the same thing over and over and over? How often does the "tree" change? You need to convert your "Adjacency" model to a...

  • RE: XML Data Extract

    Ummm.... I'm pretty sure that XML uses for tags and not { }... that may be part of the problem...

Viewing 15 posts - 53,866 through 53,880 (of 59,068 total)