Viewing 15 posts - 1,336 through 1,350 (of 8,416 total)
There is a small modification we can make to avoid the spools and sorts, and get failure-free operation even at 128MB memory:
DECLARE
@LocID ...
January 7, 2012 at 11:39 pm
Jeff Moden (1/7/2012)
January 7, 2012 at 11:14 pm
J Livingston SQL (1/7/2012)
based on my pc (with the memory of a toaster) .......
using traceflag 652=ON.....works every time
using WITH (INDEX(0))...
January 7, 2012 at 11:08 pm
ChrisM@home (1/7/2012)
Sorry about delay. Results from home lappy, specs posted earlier:[/code]
Thanks Chris. I am able to get an error with max memory = 1000MB, but not 1024MB 🙂
Intuitively, the...
January 7, 2012 at 10:18 pm
Ok so this is getting silly: that's four QotDs in a row that I have wrong, and I *knew* the answer to this one! Or so I thought, perhaps...
January 7, 2012 at 10:13 pm
Well this was an awkward time to check the thread.
January 7, 2012 at 9:13 am
Jeff Moden (1/7/2012)
January 7, 2012 at 8:38 am
Peter Brinkhaus (1/7/2012)
I finally got the same results as on SQL Server 2005. Results (all runs with a cold data cache):
Fantastic work Peter, and luckily no surprises, so great confirmation.
Looking...
January 7, 2012 at 8:16 am
Jeff Moden (1/6/2012)
Would you mind posting your split function so I can take a look, please?
Can I ask that you guys start a new thread for this? Feel free...
January 7, 2012 at 12:52 am
Jeff Moden (1/6/2012)
It would also be interesting if that problem causes a regular update to fail for that many rows... perhaps, just using ROW_NUMBER() over the PK.
Not sure if this...
January 6, 2012 at 5:38 pm
SAinCA (1/6/2012)
A word of caution
It is certainly still possible to write highly dubious code using in-line table-valued functions if you really try. There are a few cases where a...
January 6, 2012 at 5:02 pm
Lynn Pettis (1/6/2012)
January 6, 2012 at 4:49 pm
Peter Brinkhaus (1/6/2012)
Configuration 256MB: the script doesn't terminate. The process is blocking itself.
The way I read your comments makes it sound like this mysterious self-blocking only occurs when TF 652...
January 6, 2012 at 3:50 pm
Peter Brinkhaus (1/6/2012)
No thanks. Interested in SQL2008 32-bit as well?
Certainly. I ran the tests on 2005, 2008, R2, and 2012 64-bit because I wanted to see if this behaviour...
January 6, 2012 at 1:28 pm
Viewing 15 posts - 1,336 through 1,350 (of 8,416 total)