Viewing 15 posts - 56,776 through 56,790 (of 59,067 total)
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...
March 13, 2007 at 7:54 am
I believe NUMERIC(10,0) will allow for 9,999,999,999, not just 1,000,000...
March 13, 2007 at 7:07 am
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.
March 13, 2007 at 7:05 am
What do you get for this?
SELECT TOP 75 PERCENT intValue
FROM #tmp
ORDER BY intValue ASC
March 12, 2007 at 11:45 pm
If you can pack it in, 3 gig would be nice... if you get to the swap file, it's too late.
March 12, 2007 at 11:40 pm
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......
March 12, 2007 at 11:30 pm
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......
March 12, 2007 at 9:41 pm
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...
March 12, 2007 at 9:29 pm
Heh... now you know why I always wait for a couple of service packs to come out before making a switch... ![]()
I'm thinking...
March 12, 2007 at 9:26 pm
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,...
March 12, 2007 at 8:26 pm
Thanks for the feedback, Therion... it means a lot to us that someone is actually looking at the answers. Appreciate it much!
March 12, 2007 at 8:23 pm
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...
March 12, 2007 at 7:53 pm
p.p.s. Why the hell are you using DTS for such a simple BULK INSERT task, anyway... you like "slow" or something ![]()
March 12, 2007 at 7:42 pm
Viewing 15 posts - 56,776 through 56,790 (of 59,067 total)