Forum Replies Created

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

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

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

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

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

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

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

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

    This should be done with a properly coded trigger.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

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

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

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

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

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

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

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

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

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

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

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

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

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

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

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

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

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

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Primary Key datatype Bigint vs uniqueidentifier:

    For best performance there is no "it depends" - go with bigint over uniqueidentifier. Actually, in this case you could almost certainly get away with an int, which is...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Query CPU Performance

    I would love to have the luxury of working alongside a performance tuning expert because it certainly isn't my strongest area!

    I happen to know one of the best!...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

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