Forum Replies Created

Viewing 15 posts - 5,581 through 5,595 (of 5,841 total)

  • RE: SQL Server slows down and hangs after 300,000 + connections

    One extra point - make sure ndf is in the AV exclude list too in case you have additional data files that use that extension.

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

  • RE: 64bit server memory problems

    http://support.microsoft.com/kb/KB920739

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

  • RE: About tuning store procedure

    I agree with the post that states that if there isn't a huge concern for locking the best thing is to simply remove the temp table altogether and simply do...

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

  • RE: SQL Server slows down and hangs after 300,000 + connections

    Simon, I ALWAYS set the maximum memory SQL Server is allowed to grab. It can and does starve the OS for RAM on occassion.

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

  • RE: 64bit server memory problems

    I had to get the information for both bugs from a third-level sql server support staff at MS. The HP bug is so disasterous for the box that I...

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

  • RE: 64bit server memory problems

    I had a client that was spanked by BOTH of the bugs covered in this thread: HP iLO and Windows Large File Copy. Symptoms were the same for...

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

  • RE: Cursor Hell

    I agree Tim! Consider yourself to be VERY fortunate to have a DBA at all for SQL Server, much less one that enjoys writing TSQL. I do hope...

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

  • RE: How can we delete duplicate records... conditions apply.

    Gosh is that inefficient tho . . .

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

  • RE: SQL Server slows down and hangs after 300,000 + connections

    I sure hope you aren't moving to LAMP because you (or the powers that be) decided that SQL/IIS can't perform acceptably!!

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

  • RE: SQL Slowdown...

    Since you seem to be truly new to administering/monitoring/tuning sql server, I HIGHLY recommend you hire a performance consultant for a few hours to give your system the once over....

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

  • RE: 10% Fill Factor

    I count a max of 3 for any one sentence he wrote, and his average is <1. Whats the big deal?? 🙂

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

  • RE: SQL Server slows down and hangs after 300,000 + connections

    Man, this is a performance specialists wet dream!! 🙂

    Hey, are you caching data on your webfarm?? You seriously need to limit your database activity in this scenario,...

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

  • RE: 10% Fill Factor

    One very important issue has gone unmentioned here. What is the distribution of the data for the index?? If you have some field that does not get values...

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

  • RE: SQL Server slows down and hangs after 300,000 + connections

    1) SQL 2000 Std can't use more than 2GB of ram, IIRC, so more memory won't help here.

    2) that is truly a staggering number of connections in such a short...

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

  • RE: Query suddenly runs slowly

    in the index for BOL, type in "OPTION clause", without double quotes.

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

Viewing 15 posts - 5,581 through 5,595 (of 5,841 total)