Viewing 15 posts - 7,561 through 7,575 (of 18,926 total)
I wish I knew the problem but I've never seen that one.
Hopefully someone else will jump in and figure this one out with you.
November 2, 2010 at 5:50 am
Y
Would have been much better, 50% space saved in the DB, and then remove the signature and you're off to the races! :w00t:
November 2, 2010 at 2:04 am
GilaMonster (11/1/2010)
Ninja's_RGR'us (11/1/2010)
Plan cache seems the way to go. I couldn't find an event in the perf category with the info I wanted.
Bear in mind that you won't find...
November 2, 2010 at 2:03 am
GilaMonster (11/1/2010)
November 1, 2010 at 5:02 pm
Yes I know this thread is 10 months old but I'm wondering if you guys have a way to trace this in prod?
I'm running a trace with xml plan but...
November 1, 2010 at 12:08 pm
bjorng_83 (11/1/2010)
rules and policies :unsure: !
Rules or budget?
One way around this is to use a free tool or trial and PROVE increase productivity and code quality. Once that's done...
November 1, 2010 at 9:45 am
Chris Morris-439714 (11/1/2010)
Paul White NZ (11/1/2010)
Chris Morris-439714 (11/1/2010)
November 1, 2010 at 8:40 am
Oh and I forgot a big one... sorting is big on cpu as well. Reindexing is also a big one, must sort and then write to data and log...
November 1, 2010 at 8:31 am
No offense but my dev server is way more powerfull than that. (16 gb ram and 8 cpus).
2 gb of ram for dw is way too short. I applaud the...
November 1, 2010 at 8:30 am
The most obvious is aggregation work (and indirectly distinct).
So most reports you'll run will be cpu intensive.
However it depends on the query and system. You might have a cpu...
November 1, 2010 at 7:41 am
Sql promt of red-gate has this feature.
Why are you not allowed 3rd party developpment tools at work??
November 1, 2010 at 7:37 am
What's your setup??
ASP.net? subscription? data driven subscription?
November 1, 2010 at 7:35 am
Well for 1, this is a 2005+ query and you posted in sql 2000 forum.
#2, you can find all you need to know in books online 2k5 about this.
The short...
November 1, 2010 at 5:58 am
That might be worth turning into an article at some point...
Use showplan xml. Somewhere near close to the top you'll find this node :
<QueryPlan CachedPlanSize="85" CompileTime="55" CompileCPU="31" CompileMemory="632">
This...
October 29, 2010 at 8:09 am
Viewing 15 posts - 7,561 through 7,575 (of 18,926 total)