Viewing 15 posts - 17,206 through 17,220 (of 22,214 total)
RBarryYoung (6/12/2009)
Actually, MAXDOP = 1 is the Microsoft recommended setting for OLTP environments, especially heavily loaded ones.
Hey Barry, If you start working with spatial data in 2008, you may find...
June 12, 2009 at 10:35 am
Roy Ernest (6/12/2009)
Grant, Steve Thanks for the input. The Parameter size that is passed through with variable size,...
June 12, 2009 at 10:32 am
simsr (6/12/2009)
What you're seeing is an artifact of the estimated cost values. SQL Server can't know how long a query is going to take to run, so the estimated cost...
June 12, 2009 at 8:26 am
Roy Ernest (6/12/2009)
Isnt Subsonic better than nHibernate? Subsonic...
June 12, 2009 at 8:19 am
simsr (6/12/2009)
June 12, 2009 at 8:08 am
Hard to know for sure, but hazarding a guess, your index was defragged, but the statistics were out of date, so rebuilding the index updated the statistics which fixed the...
June 12, 2009 at 7:32 am
This part of the code is going to cause problems:
WHERE
p.RegionID = COALESCE(@RegionID, p.RegionID)
AND
p.PriceBracketID = COALESCE(@PriceBracketID, p.PriceBracketID)
If you get index use ata ll on this table,...
June 12, 2009 at 7:31 am
In Management Studio, check out View, Template Explorer. Scroll down & find Stored Procedures and the "Create Stored Procedure (New Menu)" script. Edit that and the next time someone...
June 12, 2009 at 6:50 am
YAY!
Now if only people will read and follow the advice here.
Well done. Very nicely laid out and explained.
June 12, 2009 at 6:16 am
RBarryYoung (6/12/2009)
Does anyone know of any...
June 12, 2009 at 5:26 am
Jeffrey Williams (6/11/2009)
Grant Fritchey (6/11/2009)
I'd suggest getting the DBCC run first. If there are problems with the database, you want to know prior...
June 11, 2009 at 1:45 pm
Nope.
This is a side-by-side test between Profiler & server-side traces by Linchi Shea. The difference is not to be sneezed at.
When the Profiler GUI runs, it attaches a memory latch...
June 11, 2009 at 11:18 am
You will see contention between these two processes.
I'd suggest getting the DBCC run first. If there are problems with the database, you want to know prior to running backups.
June 11, 2009 at 11:12 am
vaxn8r (6/11/2009)
June 11, 2009 at 9:32 am
Viewing 15 posts - 17,206 through 17,220 (of 22,214 total)