Viewing 15 posts - 2,776 through 2,790 (of 8,416 total)
Some other ideas:
SELECT *
FROM (
SELECT *,
...
August 14, 2010 at 6:23 am
Jeff Moden (8/13/2010)
Paul White NZ (8/12/2010)
August 14, 2010 at 3:24 am
Hey Arjun,
There are a few important things here that determine the fastest method:
First, you must avoid an explicit sort operation if possible. In your first script (where the clustered...
August 13, 2010 at 8:21 pm
I think we'll just have to agree to disagree on this one 🙂
August 13, 2010 at 3:44 pm
dan.nutley (8/12/2010)
August 13, 2010 at 12:48 pm
D.Oc (8/13/2010)
Paul White NZ (8/13/2010)
D.Oc (8/13/2010)
The real Football just started...Nah, the Rugby Tri-Nations is about halfway through already 🙂
don't get me wrong, I worship Rugby
but....
Then we...
August 13, 2010 at 11:15 am
If you're running Enterprise Edition, consider setting up an archiving scheme based on partitioning. It's much easier, faster, and better!
August 13, 2010 at 11:10 am
D.Oc (8/13/2010)
The real Football just started...
Nah, the Rugby Tri-Nations is about halfway through already 🙂
August 13, 2010 at 10:54 am
SSC answers appear to use RAID 1 :laugh:
August 13, 2010 at 9:41 am
Well that shows that SQL Server is using just over 11GB, and is prepared to use up to 20GB.
Where exactly are you reading the Task Manager figure from, and what...
August 13, 2010 at 9:36 am
You can also use a DMV:
select [object_name],
counter_name,
cntr_value,
...
August 13, 2010 at 9:05 am
Alan Spillert (8/13/2010)
Is AWE the problem? If I set Lock Pages in Memory is 4 GB enough for WinSrv03? or should I set memory lower?
You probably will want...
August 13, 2010 at 8:44 am
Alan Spillert (8/13/2010)
AWE is not enabled - value is 0. (Is this my problem?)
No - the AWE setting is ignored by x64 SQL Server. What about Michael's suggestion?...
August 13, 2010 at 8:26 am
Michael Valentine Jones (8/13/2010)
Or the databases are small enough that SQL Server doesn't need more...
August 13, 2010 at 8:01 am
GilaMonster (8/13/2010)
Person who had installed SQL had installed the 32 bit instead of 64 bit, and no one had checked.
It's all too easily done -the install media doesn't exactly shout...
August 13, 2010 at 7:07 am
Viewing 15 posts - 2,776 through 2,790 (of 8,416 total)