Viewing 15 posts - 631 through 645 (of 1,473 total)
Jeff Moden (9/18/2009)
Turn off the execution plan and see what you get.
Without the execution plan, 12 seconds for quirky with MAXDOP 1, 151 for the RCTE. I ran them...
September 18, 2009 at 1:08 pm
Taking this one step further, if anyone wants to supply the script for a CLR function(and possibly explain to me how to use it) or any other alternate method they...
September 18, 2009 at 11:24 am
And the results are in. It probably wasn't a fair contest to begin with. You were going up against a gut accustomed to eating 2 day old Taco...
September 18, 2009 at 11:15 am
Dave Ballantyne (9/18/2009)
Happy to be proved wrong , evidence either way is good in my book.
You just need to manually update the acct value ,
and...
September 18, 2009 at 9:43 am
Dave Ballantyne (9/18/2009)
September 18, 2009 at 9:40 am
First, a disclaimer.
This is most likely not the best method for this. There may be an exporting service like SSIS or one of those that can handle this much...
September 18, 2009 at 9:00 am
Dave Ballantyne (9/18/2009)
My 'gut' feeling is it should be light on the system than a quirky update though.
My gut feeling is that you're wrong :-D. But that's what we...
September 18, 2009 at 8:47 am
BOL[
timestamp
timestamp is a data type that exposes automatically generated binary numbers, which are guaranteed to be unique within a database. timestamp is used typically as a mechanism for version-stamping...
September 18, 2009 at 7:38 am
Does your table have another field that is actually related to the date of the records? Despite its' name, a timestamp field has nothing to do with time and...
September 18, 2009 at 7:33 am
Jeff Moden (9/17/2009)
Garadin (9/17/2009)
I'm still looking for another way to do iterative logic that can compare with this method. I've heard CLR...
September 17, 2009 at 10:06 pm
Jeff Moden (9/17/2009)
I haven't executed your good code but it looks right. My only suggestion would be to add OPTION (MAXDOP 1) to the update to prevent any parallelism...
September 17, 2009 at 10:00 pm
Greg Snidow (9/17/2009)
September 17, 2009 at 9:55 pm
It's ok. Everybody forgets the index :-P.
I'm still looking for another way to do iterative logic that can compare with this method. I've heard CLR functions can beat...
September 17, 2009 at 6:11 pm
Greg Snidow (9/17/2009)
Admitedly, I don't fully grasp how it works exactly
The article is under construction atm, but I've prettymuch got it memorized :hehe:. The whole theory...
September 17, 2009 at 5:14 pm
So, you're claiming the following?
You have an offsite SQL2000 DB (Central) with a table containing 300 records
You have an onsite SQL2005 DB.
You are attempting to use this SQL2005 DB to...
September 17, 2009 at 11:59 am
Viewing 15 posts - 631 through 645 (of 1,473 total)