Forum Replies Created

Viewing 15 posts - 5,191 through 5,205 (of 5,843 total)

  • RE: A strange performance issue

    I had an idea it was the problem at the beginning, wasn't sure.

    The keys from the original post were that it was repeating every so many minutes and the period...

  • RE: SAN best practices

    dsc (5/13/2008)


    Hello everyone,

    we have one heavy busy database. I was able to prove that we could do 7 times the current load. But then the SAN is very busy at...

  • RE: sql server 2005 memory usage

    if you use BOL (a MARVELOUS resource!), it will explain the max memory setting.

  • RE: A strange performance issue

    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...

  • RE: Database suspect

    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...

  • RE: search time ~18 seconds in a 5Gb DB

    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...

  • RE: profiler showing high amount of page reads.

    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:...

  • RE: Clusterization

    nKognito (5/13/2008)


    I do not have any bottlenecks right now. All that I want is to understand is there any simple way to improve SQL server performance and throughput by adding...

  • RE: SAN best practices

    >>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...

  • RE: Clusterization

    nKognito (5/12/2008)


    Thanks for your replies! I will check every suggestion. One more question: what do you think about technology that called linked servers - can it improve performance and bandwidth?...

  • RE: SAN best practices

    1-2ms for log writes. Anything > 5ms is probably trouble.

    8-10ms for various and...

  • RE: SAN best practices

    Marios Philippopoulos (5/8/2008)


    I'm also experiencing difficulties convincing our SAN people that RAID 5 is unacceptable, especially for tempdb.

    Also tempdb data files need to be on their own dedicated physical device.

    I...

  • RE: Problems with ghost cleanup system process

    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...

  • RE: Clusterization

    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...

  • RE: Poor Performance 64-Bit vs. 32-Bit, or 1 CPU vs. 2 CPU

    Since this is a 2005 specific forum, I think it is best to use this: sys.dm_io_virtual_file_stats

Viewing 15 posts - 5,191 through 5,205 (of 5,843 total)