Viewing 15 posts - 361 through 375 (of 489 total)
You can also download MAP 5.0. This is the Microsoft Assesment and Planning Toolkit. It's free and does a comprehensive investigation of your environment. You pretty much point it at...
August 12, 2010 at 3:06 pm
There are so many possibilities here, and it may not be possible for the forum to help you as they can't get enough detail and aren't hands on. You may...
August 12, 2010 at 2:57 pm
iqtedar (8/11/2010)
irrespective of the value of MAXDOP, Cost threshold will always play a role?
Not true, Cost Threshold will play a role if MAXDOP is NOT EQUAL TO 1.
This is true...
August 11, 2010 at 8:38 pm
chris.lawrie (8/11/2010)
On looking into the Task Manager on the Server...
August 11, 2010 at 5:52 pm
sqlbee19 (8/11/2010)
Question - Is there any way to a make a fully recovered database to no recovery mode or stand by mode.
A neat trick is to always...
August 11, 2010 at 5:16 pm
Cost Threshold is instance wide and doesn't have a query hint option, you can see the value if you do an sp_configure.
I would assume if you set MAXDOP = 0...
August 10, 2010 at 10:36 pm
Have a read here: http://technet.microsoft.com/en-us/library/ms188603.aspx
Leo
August 10, 2010 at 8:41 pm
GilaMonster (8/10/2010)
Leo.Miller (8/10/2010)
Some DBAs feal this is better managed by increasing the Cost Threshold for Parallelism, typically to 30 seconds.
Just one comment - cost threshold is not measured in...
August 10, 2010 at 3:22 pm
MAXDOP is not a flag, it's a parameter that can be set from 0 - 64, reperesenting the number of threads that can be created in a parallel query.
MAXDOP =...
August 10, 2010 at 2:54 pm
When you say you have MAXDOP enabled, I assume you mean you have it set to MAXDOP = 0. This is the default and it means SQL will use as...
August 9, 2010 at 8:45 pm
Tara-1044200 (8/8/2010)
August 8, 2010 at 9:48 pm
Have you tried running the load with PerfMon running? Check disk IO activity, waits, read/writes per second, CPU usage, Memory Usage, Buffer Cache hit ration.
Loading 4 million rows at 400k...
August 5, 2010 at 5:58 pm
What I want to know is: Why do you need to "clean TempDB?" TempDB is just that, temporary! Objects created there disappear when their creating SPID disconnects. If this isn't...
August 3, 2010 at 3:38 pm
An odd bit of behaviour I've noted with dropping databases is that, if the database is OffLine when you drop it, the physical files are not deleted.
Does anyone know why...
August 2, 2010 at 5:47 pm
Besides the fact that the code is really very inefficiently (dare I say badly) written, the first obvious thing that could be causing the deadlock is the fact that there...
August 2, 2010 at 5:12 pm
Viewing 15 posts - 361 through 375 (of 489 total)