Forum Replies Created

Viewing 15 posts - 54,781 through 54,795 (of 59,067 total)

  • RE: More newbie system table help

    Sergiy (9/28/2007)


    Un-bloody-believable!

    How could possibly a dude having no idea about binary get any job in IT industry???

    BWAAAAA-HAAAAAAA-HAAAAAA!!!! Oh, stop it! You're killing me!!! 😀 They don't even...

  • RE: Sproc calling Sproc

    Transactions??? Why do you need transactions for this??? That's the problem....

  • RE: can we modify system tables in SQL Server 2000?

    A little exuberant on Remi's part... but I absolutely agree with Serqiy and Remi... writing to system tables is a form of "Death by SQL"... you will make a mistake...

  • RE: Selecting Preformatted Dates in SQL Server 2000

    I got the following from a fellow by the name of "Jeff Smith"... it's pretty much spot on and is a long winded version of what Serqiy posted, which is...

  • RE: Sproc Design Question

    OMG!!! Table driven code! What a concept 😉

    Nice job, Serqiy...

  • RE: "primary key" in Table Variable

    Paul (5/3/2007)


    Forget my original question...

    Make believe that this has nothing to do with cursors, stored procs or anything else. I just want to know if anyone has ever seen...

  • RE: How to update field in multiple Tables in database

    Steve Jones - Editor (9/28/2007)


    Ouch!

    Noted and added to the list.

    Heh... when are they going to get to the list I submitted, Steve?

  • RE: About tuning store procedure

    Bob Fazio (9/12/2007)


    The following does a much better job explaining when/why to use table variables.

    Also, be careful not to get into optimization overload. I still suggest that you spend...

  • RE: Table Size

    Normalize 'til it hurts! It'll save lot's of pain later on... kinda like the pain you're going through right now... 😉

  • RE: Is this workable

    Ninja's_RGR'us (9/29/2007)


    Wow, 52 gig of space!!!! That's a lot of crap to put up with ;).

    Ouch! Brain freeze! You just reminded me of a girl I used to...

  • RE: Is this workable

    GilaMonster (9/29/2007)


    MSDB is a perfect example of how not to design a database. Every time I have to get data from that DB I end up tearing more hair out....

  • RE: Remove Decimals Without Rounding

    Did someone say "loop"??? :blink: On a single row????? :sick:

    Using a previous example where 5 decimal places are required to be padded with zeros...

    DECLARE @i DECIMAL(10,5)

    SET...

  • RE: Update Trigger Updates Correct Record In Another Table

    Sorry... temporarily lost my mind... I meant CreatedBy and CreatedOn... not "Modified". 🙂

    You think it's better to store all data twice on insert?... Once "normal sized" in the original...

  • RE: Limit Resources to UGLY query

    Thanks, Bob...

    First, updating 500K or even a million rows in a single update probably isn't a problem... 20 million is a problem. If you do some testing, I think...

  • RE: Unique ID for a View

    Hold on.... let me get my pen and write this one down in my "Why I don't let developers design views" book 😀

    Why do you need a unique ID on...

Viewing 15 posts - 54,781 through 54,795 (of 59,067 total)