Viewing 15 posts - 8,236 through 8,250 (of 8,416 total)
dphillips (4/20/2009)
And by the way Steve Dassin, you may want to go re-read Snarky's comments.
Let it go dude 🙂
April 20, 2009 at 4:30 pm
TheSQLGuru (4/20/2009)
Great minds think alike! 😎
Speak for yourself! I pride myself on having a rather average mind :laugh:
April 20, 2009 at 3:24 pm
Phil Factor (4/20/2009)
I'm sorry, folks, but these CLR string-splitting techniques don't scale up
It will be interesting to see how this pans out. I would be surprised if your results...
April 20, 2009 at 3:22 pm
Well yeah it's all cool an' all, but as you say - expensive. SSDs aren't a panacea of course - we just found they solved a particular problem quickly,...
April 20, 2009 at 3:17 pm
Charles Kincaid (4/20/2009)
April 20, 2009 at 3:13 pm
TheSQLGuru (4/20/2009)
April 20, 2009 at 6:00 am
Matthew,
You removed the -g1024 correctly.
Drop the assembly if it exists, add re-create it from a local disk. Good stuff.
Lock pages in memory will do nothing, as you know. ...
April 20, 2009 at 5:57 am
Thanks Gail.
I cannot believe I actually went off to see if there was any way I could get a variable assignment to generate reads in profiler :blush:
The guidance on rows...
April 20, 2009 at 5:31 am
Matthew,
Thanks for that.
Did you remove the -g start up option? That is most likely casing the 'memory pressure' message. Once that goes away, moving the DLL to the...
April 20, 2009 at 5:20 am
sward (4/20/2009)
Seems crazy i can't get...
April 20, 2009 at 5:08 am
Hey everyone,
Just to add to the whole solid-state reliability thing: we serve two thirds of all the web pages viewed in New Zealand daily and use four Ram-San 400s for...
April 20, 2009 at 4:02 am
The question is answered, but for anyone interested:
There is another type of split, new to SQL2K5. Individual columns on an existing page can be 'split' onto a ROW_OVERFLOW allocation...
April 20, 2009 at 3:53 am
Hey Tim,
MSDN
April 20, 2009 at 3:33 am
$0.02:
SYNONYMs are very cool, but beware of incompatibilities with any (usually legacy) code which might barf when it sees a synonym instead of a 'real' object.
We had an instance where...
April 20, 2009 at 3:16 am
Thanks for the details Matthew (though you forgot to include whether it is SQL Server Enterprise, Developer, Standard or Workgroup!)
Before I get too deeply into your post, I've just noticed...
April 20, 2009 at 3:11 am
Viewing 15 posts - 8,236 through 8,250 (of 8,416 total)