Viewing 15 posts - 286 through 300 (of 355 total)
October 6, 2010 at 10:26 am
http://www.piriform.com/defraggler
Will allow single file defrag too
October 5, 2010 at 2:54 pm
Check this out, could be related to the memory leak
September 28, 2010 at 11:21 am
that error of yours does look like what you'd get if the db is in compatibility mode 80 or lower
September 23, 2010 at 1:58 pm
September 23, 2010 at 1:58 pm
http://support.microsoft.com/kb/970399
This problem occurs because the query optimizer ignores the option when it is set to a value larger than 1. Therefore, the estimated degree of parallelism computation does not include...
September 22, 2010 at 3:01 pm
http://support.microsoft.com/kb/329204
In SQL Server 2008, if MAXDOP exceeds the value that was configured by using the Resource Governor, the Database Engine uses the Resource Governor MAXDOP value. All semantic rules that...
September 22, 2010 at 2:59 pm
Thanks again,
I've disabled the daily dbcc checkdb, now running weekly, and we will see if this resolves the issue or not.
September 17, 2010 at 1:55 pm
Thanks Guru,
There are no other jobs running for a 1 hour or so before or after. The backups are running about an hour later.
Perhaps it's a user recompile statement...
September 17, 2010 at 12:07 pm
unable to find any articles stating schema version changes will occur with dbcc checkdb
September 17, 2010 at 11:29 am
http://msdn.microsoft.com/en-us/library/ms190918.aspx
blurb about lazy schema validation
September 17, 2010 at 11:27 am
Thanks, but I'm thinking that's actually going to run a bunch of db shrink commands at the same time...which is the problem I'm looking to address.
September 3, 2010 at 12:53 pm
Not sure if wrapping each in a BEGIN TRAN / EXEC TRAN will work b/c it's a dbcc command...
September 3, 2010 at 12:44 pm
Viewing 15 posts - 286 through 300 (of 355 total)