Viewing 15 posts - 361 through 375 (of 492 total)
There's no simple or right answer here, as the answers are based on your environment and requirements.
4 things need to be taken into account when considering best practice and the...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
August 23, 2010 at 2:04 pm
An index scan isn't the same as a table scan, unless you are looking at the cluster index, in which case they could be the same, since the cluster index...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
August 15, 2010 at 5:07 pm
Since the SQL Server Binaries etc are not on shared disk, you will need to install SQL 2005 and SP3 on the 2nd node. But you would be doing this...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
August 15, 2010 at 3:00 pm
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
August 11, 2010 at 8:38 pm
chris.lawrie (8/11/2010)
On looking into the Task Manager on the Server...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
August 10, 2010 at 10:36 pm
Have a read here: http://technet.microsoft.com/en-us/library/ms188603.aspx
Leo
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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 =...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
August 9, 2010 at 8:45 pm
Tara-1044200 (8/8/2010)
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
August 5, 2010 at 5:58 pm
Viewing 15 posts - 361 through 375 (of 492 total)