Forum Replies Created

Viewing 15 posts - 56,776 through 56,790 (of 59,067 total)

  • RE: General Speed issues....

    If you are the DBA/Senior Developer, they should have no problem with with the memory on your desktop... all of our developers have at least 1 gig and most have...

  • RE: Arithmetic overflow

    I believe NUMERIC(10,0) will allow for 9,999,999,999, not just 1,000,000...

  • RE: TOP (n) PERCENT Problem

    Heh... gotta love Microsoft... we're at SP2a and they still didn't get it right... thanks for the feedback and thanks for reporting it to MS.

  • RE: Make a basic function

    I got no errors when running what you posted.

  • RE: TOP (n) PERCENT Problem

    What do you get for this?

    SELECT TOP 75 PERCENT intValue

      FROM #tmp

    ORDER BY intValue ASC

  • RE: General Speed issues....

    If you can pack it in, 3 gig would be nice... if you get to the swap file, it's too late.

  • RE: Table with increment charter ID field

    Dang!!! Spot on Michael... great minds think alike.

    I'm trying to mello out in my old age... wasn't going to ask about why anyone would want to do something so insane......

  • RE: Query Optimization

    Actually, it's a long but fairly simple crosstab.  The big performance killers are whereever you have the unqualified correlation of...

    a.order_id <> b.order_id

    That's IF it were to ever be executed......

  • RE: General Speed issues....

    One other thing... Centrino's aren't real good for 2005 (or even 2000).  There are a couple of other processors that pretty much suck, as well, but I can't remember their...

  • RE: General Speed issues....

    Heh... now you know why I always wait for a couple of service packs to come out before making a switch...

    I'm thinking...

  • RE: cross tab query in sql 2000

    There's gotta be a thousand posts on this web site for "crosstab" and "transpose" and "pivot".  Do a search on it and I'm sure you'll find one that fits.  Also,...

  • RE: List Problem...

    Thanks for the feedback, Therion... it means a lot to us that someone is actually looking at the answers.  Appreciate it much!

  • RE: One more SQL puzzle

    Looks more like homework to me...

  • RE: T-log too big...need batch inserts

    Putting the Recovery Mode to Simple sets the 'trunc. log on chkpt.' to true automatically.  Your problem is the log... your Insert/Select is still logged despite the SIMPLE setting you...

  • RE: Primary key / DTS load question

    p.p.s.  Why the hell are you using DTS for such a simple BULK INSERT task, anyway... you like "slow" or something

Viewing 15 posts - 56,776 through 56,790 (of 59,067 total)