Viewing 15 posts - 5,191 through 5,205 (of 5,841 total)
if you use BOL (a MARVELOUS resource!), it will explain the max memory setting.
May 13, 2008 at 7:52 am
Not sure why it took all of those posts to get to checkpoint as the likely cause!! 🙂
You could test this by setting the recovery interval to a very...
May 13, 2008 at 7:29 am
dbcc checkdb can repair some things - see bol. Make sure you have a backup first.
sometimes suspect status can be reset.
call microsoft technical support
apexSQL log may be able to...
May 13, 2008 at 7:24 am
1) are your columns char or varchar?
2) did you create the index EXACTLY as suggested - i.e. INCLUDE the other 2 columns??
3) Full-text may not help here either...
May 13, 2008 at 7:20 am
I am 98% certain that the problem is poorly written queries and/or missing indexes. In profiler, trace just these two: Stored Procedures: RPC Completed and TSQL: SQL:...
May 13, 2008 at 7:11 am
nKognito (5/13/2008)
May 13, 2008 at 7:06 am
>>Direct attached storage isn't an option, as it's a clustered server. Also corporate policy states all servers will use SAN storage. <<
The first statement is a wive's tale. You...
May 12, 2008 at 7:47 am
nKognito (5/12/2008)
May 12, 2008 at 7:33 am
May 9, 2008 at 10:05 am
Marios Philippopoulos (5/8/2008)
Also tempdb data files need to be on their own dedicated physical device.
I...
May 9, 2008 at 8:29 am
Per this post from a Microsoftie, there were patches for both SP1 and SP2 related to ghost cleanup:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2397281&SiteId=1
-T661 turns of the ghost cleanup. It is used in TPC configurations. THIS...
May 9, 2008 at 8:10 am
Fundamental tenet of database performance:
1) find bottleneck
2) fix bottleneck
3) goto 1)
I would be willing to bet a steak dinner that your performance can be improved (probably much more...
May 9, 2008 at 8:05 am
Since this is a 2005 specific forum, I think it is best to use this: sys.dm_io_virtual_file_stats
May 8, 2008 at 3:15 pm
Lynn Pettis (5/8/2008)
May 8, 2008 at 2:07 pm
Lynn Pettis (5/8/2008)
Comes down to an "It depends".
I have a set of tvf that allow me to do As Of queries against our...
May 8, 2008 at 11:52 am
Viewing 15 posts - 5,191 through 5,205 (of 5,841 total)