Forum Replies Created

Viewing 15 posts - 2,761 through 2,775 (of 5,843 total)

  • RE: BUFFER I/0

    ESAT ERKEC (11/28/2012)


    I have 700 gb db

    which is quite a bit more than your available buffer pool ...

  • RE: NOLOCK Hint Corrupts Results from SELECT

    Langston Montgomery (11/26/2012)


    Update:

    We upgraded the production server to SP1, and the issue is gone. Lunch for anyone who can figure out why it was happening 🙂

    Seems pretty obvious what was...

  • RE: Huge difference for same operator in different environment

    We could use the other server plan (as Gail asked for already).

    Without that I am going to guess:

    a) production memory is being used much more heavily and their...

  • RE: BUFFER I/0

    ESAT ERKEC (11/27/2012)


    My Sql Server Buffer I/O wait is very high

    I have 390 GB RAM

    I set the sql server min 300 gb max 350 gb

    what is the reason can...

  • RE: SQL Server responds to overwhelming network traffic by shutting down

    In addition to what GSquared said I would also check to see if TCP Chimney was enabled. This is a not-good thing for SQL Server boxes.

  • RE: Logging field changes in table using triggers or service broker

    This should be done with a properly coded trigger.

  • RE: read UNCOMMITTED run slower than read COMMITTED

    This is often because the non-read-uncommitted SELECT is blocked by INSERT/UPDATE/DELETE operations currently ongoing. You can use sp_whoisactive (an awesome free tool on sqlblog.com) to observe this behavior if...

  • RE: Optimization of stored procedures

    Nikhi123 (11/20/2012)


    Hi,

    I have a number of stored procedures used for reporting and whenever we run these reports it slows down the entire database.

    Will optimizing the stored procedures improve the performance...

  • RE: DeadLocking issue

    You have a lot of VERY complex statements there (which actually don't make sense to me) and LOTS of missing information like query plans, complete table/index definitions, etc. This...

  • RE: Tempdb log file location and Filegroup optimizations

    I would like to add to this thread that the number of clients I have had in 15 years of consulting that actually had tempdb allocation issues is TWO, and...

  • RE: Wait Types concern

    Ratheesh.K.Nair (11/16/2012)


    Thanks Kevin,

    Ours is a small organization and cant afford consultants at this point.

    Hopefully you can afford to have database servers that take hours to return answers to queries....

  • RE: Wait Types concern

    As Gail has said several times you aren't giving us much to go on.

    First thing to try is spreading out the SSIS activity so fewer things are running...

  • RE: What would be the best RAID configuration for this hardware?

    I think with so few spindles carving them up into smaller sets just sets yourself up for one or more of those smaller groups to be a bottleneck. I...

  • RE: SQL IO Performance

    You could hunt-and-peck on this forum for days or weeks for a problem such as this (and I have seen that happen any number of times) and never find a...

  • RE: Auto Shrink In SQL Server 2008

    shohelr2003 (11/5/2012)


    Thank you for your kind help.

    Actually I need to shrink my log file. As my database increases regularly, it slows down my application system.

    Pls suggest me.

    Perhaps your tlog is...

Viewing 15 posts - 2,761 through 2,775 (of 5,843 total)