Viewing 15 posts - 3,166 through 3,180 (of 18,926 total)
I would ignore the where completely unless I'd know only a small % of the rows would get updated.
This will do a table scan anyways. So you might as...
August 22, 2011 at 9:22 am
If he never heard of it then it's new to him and new to 2k5 vs 2k ;-).
August 22, 2011 at 8:58 am
New "feature". Order bys are ignored in the views.
Nothing you can do except use order by from outside the view =>
Select Whatever From dbo.View ORDER BY Column
August 22, 2011 at 8:46 am
Let's make it 3 :-D.
No seriously, I'd go with either of those 2 before me 😉
August 22, 2011 at 8:45 am
Michael Valentine Jones (8/22/2011)
http://msdn.microsoft.com/en-us/library/ms143393(v=SQL.100).aspx
From:
SQL Server 2008 Enterprise Evaluation
To:
SQL Server 2008 Web
SQL Server 2008 Workgroup
SQL...
August 22, 2011 at 8:43 am
Never lost that bet...
Check if you have maintenance plans or ssis packages.
You have something doing a large import or index being maintained.
The logs just won't grow a lot without 1...
August 22, 2011 at 8:38 am
You can but you won't see a huge speed improvement from this and it'll be a little harder to read for the juniors.
Turn the 2 updates into a select, the...
August 22, 2011 at 8:37 am
I'd bet a large sum of money that you have a reindexing job running during the night.
use this to update only the indexes that need it : http://sqlfool.com/2011/06/index-defrag-script-v4-1
August 22, 2011 at 8:30 am
I've never seen a maintenance window so tight that you had to think it through so hard.
Granted I have only a small db to maintain here but even updating 100%...
August 22, 2011 at 8:28 am
There's not much to tune here.
Index are there to <mostly> support filtering or order operations. Neither of which you ar doing here.
I can take a quick look and the...
August 22, 2011 at 8:19 am
Grant Fritchey (8/22/2011)
August 22, 2011 at 8:14 am
dopydb (8/22/2011)
well if i got asked them questions i would be over the moon..but i think the best message i can take from this is 'NO BS!' 😉
That's pre-screening to...
August 22, 2011 at 7:13 am
Grant Fritchey (8/22/2011)
August 22, 2011 at 6:49 am
Why not network here?? What are you looking for Chris? I'm sure 1 of us can recommend someone!
August 22, 2011 at 6:34 am
Uninstall.
SQL Server 2008 (32-bit, x64 and IA64) Evaluation
No Upgrade Support
August 22, 2011 at 6:25 am
Viewing 15 posts - 3,166 through 3,180 (of 18,926 total)